File: build.sh

package info (click to toggle)
synaptic 0.91.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,676 kB
  • sloc: cpp: 19,830; xml: 10,562; ansic: 2,084; makefile: 498; sed: 93; python: 82; sh: 52
file content (4 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (10)
1
2
3
4
# how to build
swig -python -c++ synaptic_common.i 
g++ -c synaptic_common_wrap.cxx -I/usr/include/python2.4 -I/usr/include/apt-pkg/ -I../common -I../
g++ -shared synaptic_common_wrap.o -o _synaptic_common.so ../common/libsynaptic.a -lapt-pkg