mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-70769-master' of https://github.com/sharidas/moodle
This commit is contained in:
commit
f85364c1ea
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
Description of mimeTeX v 1.74 import into Moodle
|
||||
Description of mimeTeX v 1.77 import into Moodle
|
||||
|
||||
Compiling mimeTeX:
|
||||
|
||||
Windows
|
||||
=======
|
||||
1/ get "Automated MinGW Installer" from https://sourceforge.net/projects/mingw/files/
|
||||
1/ get "Automated MinGW-w64 Installer" from https://sourceforge.net/projects/mingw-w64/
|
||||
2/ install mingw
|
||||
3/ go into directory with extracted source files
|
||||
4/ execute "set path=%path%;c:\mingw\bin"
|
||||
4/ execute "set path=%path%;c:\mingw-w64\bin"
|
||||
5/ execute "c:\mingw\bin\gcc -DAA -DWINDOWS mimetex.c gifsave.c -lm -o mimetex.exe"
|
||||
|
||||
Linux
|
||||
@ -34,4 +34,5 @@ Apple OSX
|
||||
3/ execute "cc -DAA -arch i386 -arch x86_64 -mmacosx-version-min=10.5 mimetex.c gifsave.c -lm -o mimetex.darwin"
|
||||
|
||||
|
||||
Petr Skoda
|
||||
Petr Skoda
|
||||
Sujith Haridasan
|
||||
|
@ -4,7 +4,7 @@
|
||||
<location>mimetex.*</location>
|
||||
<name>mimeTeX</name>
|
||||
<license>GPL</license>
|
||||
<version>1.74</version>
|
||||
<version>1.77</version>
|
||||
<licenseversion>3.0+</licenseversion>
|
||||
</library>
|
||||
</libraries>
|
||||
|
Loading…
x
Reference in New Issue
Block a user