forked from schani/mathmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
75 lines (52 loc) · 2.1 KB
/
INSTALL
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Installing MathMap
==================
This version of MathMap has only been tested on Linux and will
probably not work on other operating systems without some adjustments.
We provide packages for several Linux distributions as well as
versions for Windows and MacOS X. Is is recommended that you use
these rather than compiling MathMap yourself, if possible. They are
available on the MathMap homepage:
http://schani.github.io/mathmap/
Requirements
------------
MathMap requires the following software packages, including
development packages, to compile and run:
* The GIMP 2.4 or higher
* GSL (GNU Scientific Library), including GSL CBLAS
* fftw3
* libgtksourceview 2.0
* libjpeg, libpng, libgif (preferred) or libungif
* gettext
* libtool
* clisp
Configuration
-------------
git clone https://github.com/schani/mathmap.git
Edit the Makefile if necessary. The reasons you might want to do this
are:
* You have libungif instead of libgif installed
* You're building on MacOS X
* You have more than one version of GIMP installed
* You want to install on a single processor
* You want to install in your homedir
Compiling
---------
After you are finished with the Makefile, just type
make (or make -j4 to use 4 threads)
If it does not work, the most probable cause is that you don't have
all the required packages (see above) installed. Consult the
documentation of your Linux distribution or whatever you have on how
to install packages. The packages you're looking for are probably
called something like "gimp-devel" or "libgimp-dev", or just "gimp".
Installation
------------
To install MathMap for all users on your machine, type
sudo make install
or, if you don't have sudo, become root and type
make install
or sudo checkinstall --install=no (creates a deb package you can install, make sure Mathmap is not already installed)
______________________________________________________________
MathMap currently builds on Ubuntu 18.04 Zesty with Gimp 2.10
If you have any problems with this process, feel free to contact me.
--
Karl Stevens <[email protected]>