File: INSTALL.python

package info (click to toggle)
yp-svipc 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: ansic: 2,165; python: 260; makefile: 67
file content (17 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

cd .
sudo python setup.py install


rpm:

  python setup.py bdist_rpm
  sudo yum install dist/xxx.rpm

osx:

  if you get build errors about PPC assembler not found:

     export ARCHFLAGS='-arch i386 -arch x86_64'
     sudo -E python setup.py install