File: COMPILING

package info (click to toggle)
isospec 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,472 kB
  • sloc: cpp: 9,530; python: 2,095; makefile: 180; ansic: 100; sh: 88
file content (13 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
The easiest (if not the most elegant) way to compile the example is:

clang++ water.cpp ../../IsoSpec++/unity-build.cpp -std=c++17

You may replace clang++ with g++ if you do not have LLVM installed.
Replace water.cpp for other examples as needed.

Run the example by:

./a.out