Skip to content

Commit 5e0b815

Browse files
committed
update README.md to mention that the package can be installed without building cdd from source
1 parent b2144d1 commit 5e0b815

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,26 @@ You also need the package `libgmp-dev`:
3030
Moreover, you need the package `libtool`:
3131

3232
sudo apt-get install libtool
33-
34-
## Simple installation
3533

36-
For a simplyfied installation, try the following two commands in the main CddInterface directory
34+
## Simple installation (with the default cdd for you system):
35+
36+
sudo apt-get install libcdd-dev
37+
./autogen.sh
38+
./configure --with-gaproot=path-to-gaproot
39+
make
3740

38-
./install.sh <path-to-gaproot>
41+
where the `<path-to-gaproot> ` is the path to the folder where you installed and compiled `Gap` and
42+
which contains the file `sysinfo.gap`.
3943

40-
or
44+
## Simple installation (includes building the current cdd from source):
4145

42-
sudo ./install.sh <path-to-gaproot> (if root permission is needed)
46+
For a simplyfied installation, try the following two commands in the main CddInterface directory
4347

44-
where the `<path-to-gaproot> ` is the folder where you installed and compiled `Gap` and which contains the file `sysinfo.gap`.
48+
./install.sh <path-to-gaproot>
4549

4650
If that does not work, try the following:
4751

48-
## Advanced installation
52+
## Advanced installation (includes building the current cdd from source):
4953

5054
Go inside the CddInterface directory and download some release of [cddlib](https://github.com/cddlib/cddlib/releases) and extract it. For example the release 0.94j:
5155

0 commit comments

Comments
 (0)