document that libraries have their own Debian packages
* NEWS, doc/org/install.org: Here.
This commit is contained in:
parent
039b7bae14
commit
e540eaeee1
2 changed files with 14 additions and 8 deletions
|
|
@ -73,12 +73,14 @@ apt-get update
|
|||
apt-get install spot libspot-dev spot-doc python3-spot # Or a subset of those
|
||||
#+END_SRC
|
||||
|
||||
The package =spot= contains the libraries and [[file:tools.org][command-line
|
||||
tools]]. =libspot-dev= contains the header files if you plan to use Spot
|
||||
in a C++11 program. =spot-doc= contains some html (including these
|
||||
pages) and pdf documentation. Finally =python3-spot= contains some
|
||||
Python bindings (this package also installs some ipython notebooks
|
||||
that you can use as examples).
|
||||
The package =spot= contains the [[file:tools.org][command-line tools]]. =libspot-dev=
|
||||
contains the header files if you plan to use Spot in a C++11
|
||||
program. =spot-doc= contains some html (including these pages) and pdf
|
||||
documentation. Finally =python3-spot= contains some Python bindings
|
||||
(this package also installs some ipython notebooks that you can use as
|
||||
examples). The packages containing the libraries (=libspot0=,
|
||||
=libbddx0=, =libspotltsmin0=) are automatically installed as
|
||||
dependencies of the previous packages.
|
||||
|
||||
These packages should work in a recent *Ubuntu* as well, provided you
|
||||
also add a path to a repository that distributes the GCC 4.9 runtime.
|
||||
|
|
@ -88,7 +90,6 @@ You can do that for instance with:
|
|||
add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
#+END_SRC
|
||||
|
||||
|
||||
* Installing from git
|
||||
|
||||
The =master= branch of the git repository contains the code for the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue