Skip to content

Commit

Permalink
Merge pull request semigroups#386 from james-d-mitchell/fix-issue-384
Browse files Browse the repository at this point in the history
Add comment about compilers and C++11
  • Loading branch information
wilfwilson committed Sep 28, 2017
2 parents 09ce25a + 1781607 commit 5f85778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ loaded.

* locate the `pkg` directory of your GAP directory, which contains the directories `lib`, `doc` and so on. Move the directory `semigroups-x.x.x` into the `pkg` directory.

* from version 3.0.0, it is necessary to compile the [Semigroups](https://gap-packages.github.io/Semigroups) package. To do this,
inside the `pkg/semigroups-x.x.x` directory, type
* from version 3.0.0, it is necessary to compile the [Semigroups](https://gap-packages.github.io/Semigroups) package. [Semigroups](https://gap-packages.github.io/Semigroups) uses the [libsemigroups](https://james-d-mitchell.github.io/libsemigroups/) C++ library, which requires a compiler implementing the C++11 standard. To compile, inside the `pkg/semigroups-x.x.x` directory, type
* `./configure`
* `make`

Expand Down
5 changes: 5 additions & 0 deletions doc/z-chap02.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@

<Item>
from version 3.0.0, it is necessary to compile the &Semigroups; package.
&Semigroups; uses the
<URL Text =
"libsemigroups">https://james-d-mitchell.github.io/libsemigroups/</URL>
C++ library, which requires a compiler
implementing the C++11 standard.
Inside the <F>pkg/&ARCHIVENAME;</F> directory, type
<Listing>
<![CDATA[./configure
Expand Down

0 comments on commit 5f85778

Please sign in to comment.