Skip to content

Commit

Permalink
add debian build files
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Jun 12, 2017
1 parent 5e1dc41 commit 02c4723
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packaging/debian/build_with_debian.md
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)

0 comments on commit 02c4723

Please sign in to comment.