File: INSTALL.sh

package info (click to toggle)
tiddit 2.12.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,816 kB
  • sloc: cpp: 1,353; python: 1,004; sh: 71; makefile: 18
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