File: compile.sh

package info (click to toggle)
libserial 1.0.0%2Bgit20250903-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: cpp: 6,140; makefile: 278; python: 163; sh: 29
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e 
set -x
mkdir -p build
cd build
cmake ..
#cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
cd ..
make -j3 -C build
sphinx-build -b html docs/user_manual/ docs/html/