org: some documentation about compiling C++
* doc/org/compile.org: New file. * doc/Makefile.am: Add it. * NEWS: Mention it. * doc/org/tut.org, doc/org/tut01.org: Link to it.
This commit is contained in:
parent
f120dd3206
commit
690b8f51c7
5 changed files with 251 additions and 2 deletions
|
|
@ -8,6 +8,9 @@ This section contains code examples for using Spot. This is a work in
|
|||
progress. Feel free to [[mailto:spot@lrde.epita.fr][send]] suggestion of small tasks you would like
|
||||
to see illustrated here.
|
||||
|
||||
If you have difficulties compiling the C++ examples, check out [[file:compile.org][these
|
||||
instructions]].
|
||||
|
||||
* Examples with Shell, Python, and C++
|
||||
|
||||
All the following pages show how to perform the same task using the
|
||||
|
|
@ -23,7 +26,8 @@ three interfaces supported by Spot: shell commands, Python, or C++.
|
|||
|
||||
- [[file:tut03.org][Constructing and transforming formulas]]
|
||||
|
||||
* Examples in C++ only
|
||||
* Examples in
|
||||
C++ only
|
||||
|
||||
The following examples are too low-level to be implemented in shell or
|
||||
Python (at least at the moment), so they are purely C++ so far.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue