mkdebian does the alien stuff by itself now

This commit is contained in:
Skyler Lehmkuhl 2013-01-13 14:28:23 -05:00
parent f8154a3522
commit a0d193d994
1 changed files with 1 additions and 8 deletions

View File

@ -10,14 +10,7 @@ Building on Windows:
Building on Ubuntu/Debian: Building on Ubuntu/Debian:
1. In a terminal, type: 1. In a terminal, type:
./mkdebian ./mkdebian
cd debian 2. This will create a .deb package, a RPM package, and a TGZ package.
dpkg --build lightningbeam ./
2. Now there is a package, which can be installed however.
3. To create a RPM package:
sudo apt-get install alien
alien -r lightningbeam.deb
4. To create a Slackware TGZ package:
alien -t lightningbeam.deb
Building on Mac OSX: Building on Mac OSX:
1. In a terminal, type: 1. In a terminal, type:
/usr/bin/python setup.py py2app /usr/bin/python setup.py py2app