Difference between revisions of "Wah!Cade:Packaging"

From Wah!ki
Jump to navigation Jump to search
(Created page with "''Temporary page for notes on packaging, to be finalised into complete packaging guide'' Applies to Wah!Cade and Mah!Cade (tested on Ubuntu 12.04) alien is currently requir...")
 
Line 5: Line 5:
  
 
alien is currently required to convert build deb for rpm release
 
alien is currently required to convert build deb for rpm release
 +
 
sudo apt-get install alien
 
sudo apt-get install alien
  
 
following dirs are ''required'' for successful completion of packaging with existing scripts (build_deb_package)
 
following dirs are ''required'' for successful completion of packaging with existing scripts (build_deb_package)
~/projects
+
# ~/projects
~/projects/wahcade
+
# ~/projects/wahcade
~/projects/common
+
# ~/projects/common
~/projects/anti-particle.com
+
# ~/projects/anti-particle.com
  
 
Run make_all from the wahcade directory
 
Run make_all from the wahcade directory
 +
 
./make_all requests sudo password to install package after compilation
 
./make_all requests sudo password to install package after compilation

Revision as of 02:46, 28 January 2013

Temporary page for notes on packaging, to be finalised into complete packaging guide


Applies to Wah!Cade and Mah!Cade (tested on Ubuntu 12.04)

alien is currently required to convert build deb for rpm release

sudo apt-get install alien

following dirs are required for successful completion of packaging with existing scripts (build_deb_package)

  1. ~/projects
  2. ~/projects/wahcade
  3. ~/projects/common
  4. ~/projects/anti-particle.com

Run make_all from the wahcade directory

./make_all requests sudo password to install package after compilation