Rev 10876 | Rev 12003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10876 | Rev 11342 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | This tarball now contains the base system. It does not contains "pedagogical modules". |
37 | This tarball now contains the base system. It does not contains "pedagogical modules". |
38 | 38 | ||
39 | 3. Decompress and untar the .tgz file. |
39 | 3. Decompress and untar the .tgz file. |
40 | 40 | ||
41 | 4. (For a first installation only). |
41 | 4. (For a first installation only). |
42 | Compile the server as user wims : type './ |
42 | Compile the server as user wims : type './compile --mathjax --jmol --modules --swac --geogebra' |
43 | It takes a long time as there are many pedagogical modules. |
43 | It takes a long time as there are many pedagogical modules. |
44 | (For an update of the installation), do not use the option --modules |
44 | (For an update of the installation), do not use the option --modules |
45 | './compile' --mathjax --jmol --swac' |
45 | './compile' --mathjax --jmol --swac' |
46 | 46 | ||
47 | --modules : |
47 | --modules : load all the pedagogical modules (use it only at the first installation) |
48 | --jmol : |
48 | --jmol : load/upgrade jsmol (used in some chemical modules) (http://jmol.org/index.php/JSmol) |
49 | --swac : |
49 | --swac : load some audios (take a long time. do it only at the first installation). (http://shtooka.net) |
- | 50 | --geogebra : load/upgrade geogebraweb (https://www.geogebra.org/) |
|
50 | 51 | ||
51 | In case of compilation difficulty, you can try to change the line |
52 | In case of compilation difficulty, you can try to change the line |
52 | ./configure || exit |
53 | ./configure || exit |
53 | in the file compile by |
54 | in the file compile by |
54 | ./configure CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib || exit |
55 | ./configure CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib || exit |