-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# deb from pivy-source | ||
|
||
- download latest release | ||
https://github.com/looooo/pivy/releases | ||
- `py2dsc <pivy_archive>` | ||
- add additional dependencies in pivy_<version>.debian.tar.xz: | ||
debian/control | ||
``` | ||
Build-Depends: debhelper (>= 9), python-support, python-all-dev, | ||
libsoqt4-dev, libcoin80-dev, libsimage-dev, swig | ||
. | ||
. | ||
. | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4-gl | ||
``` | ||
- `cd deb_dist/pivy/pivy_<version>` | ||
- `dpkg-buildpackage -rfakeroot -uc -us` | ||
|
||
|
||
# build with 14.04 trusty | ||
|
||
- sudo docker run -i -t -v ~/projects/:/projects --name ubuntu_1404 ubuntu:trusty | ||
- sudo apt-get update | ||
- sudo apt-get install libcoin80-dev libsimage-dev swig debhelper python-support python3-all-dev python-stdeb# python-all-dev | ||
- build pivy (previous step) |