File: INSTALL.sh

package info (click to toggle)
tiddit 3.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,724 kB
  • sloc: python: 393; sh: 60; makefile: 13
file content (8 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
mkdir build
cd build
cmake ..
make 
cd ..
pip install numpy cython
cd src
python setup.py build_ext --inplace