Skip to content

Commit

Permalink
bump version 2020.05.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed May 29, 2020
1 parent 6de3951 commit bb26d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CddInterface",
Subtitle := "Gap interface to Cdd package",
Version := "2020.05.22",
Version := "2020.05.23",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
License := "GPL-2.0-or-later",
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The GAP 4 package `CddInterface'

# Version

Current version: 2020.05.22
Current version: 2020.05.23

# Why CddInterface

Expand All @@ -27,25 +27,25 @@ You also need the package `libgmp-dev`:

sudo apt-get install libgmp-dev

Moreover, you need the package `libtool`:
Moreover, you may need the package `libtool`:

sudo apt-get install libtool

## Simple installation (with the default cdd for you system):

sudo apt-get install libcdd-dev
./autogen.sh
./configure --with-gaproot=path-to-gaproot
./configure --with-gaproot=path/to/gaproot
make

where the `<path-to-gaproot>` is the path to the folder where you installed and compiled `Gap` and
where the `path/to/gaproot` is the path to the folder where you installed and compiled `Gap` and
which contains the file `sysinfo.gap`. The default value is `../..`.

## Simple installation (includes building the current cdd from source):

For a simplified installation, try the following command in the main CddInterface directory

./install.sh <path-to-gaproot>
./install.sh path/to/gaproot

If that does not work, try the following:

Expand Down

0 comments on commit bb26d2d

Please sign in to comment.