-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
55 lines (37 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
The GAP 4 package `SimplicialSurfaces'
==============================
To use this package, go into your local installation directory for GAP
(often located under /opt/gap* ), and clone the repository in the
pkg/-subfolder:
cd pkg/
git clone https://github.com/gap-packages/SimplicialSurfaces.git
You also need the following package:
git clone https://github.com/sebasguts/AttributeScheduler.git
It is suggested that you also use the NautyTracesInterface for faster
isomorphism checks:
git clone https://github.com/gap-packages/NautyTracesInterface.git
To initialize it, perform the steps in the README of that package (this needs
automake and libtools and probably something else that I do not know)
Then
LoadPackage("SimplicialSurfaces")
can be used to access the package inside a GAP session.
To create the manual you have to type
make
in the main folder of the SimplicialSurfaces-package. This requires GAPDoc
version >= 1.6 and AutoDoc version
>= 2017.09.15. If you don't have those, go to the folder of your local GAP
installation and type
cd pkg/
git clone https://github.com/frankluebeck/GAPDoc.git
git clone https://github.com/gap-packages/AutoDoc.git
To compile the pictures, you also need the following bash-commands:
autoconf
htlatex
md5sum
pdflatex
sed
If there are any questions, don't hesitate to ask me.
If you notice any bugs, strange behaviour or want to request a feature,
please use the "Issues"-Tab on GitHub. This makes sure that your contribution
will not get lost in some mails and it makes managing the requests easier.
Have fun! :)