mimeTex auf Server // lokalen Server(Appache XAMPP) instaliern
Devian07
- webserver
0 rainerh
Hallo liebe Community,
ich habe ein Anliegen und bin nach mitlerweile 3 Stunden googlen echt am Verzweifeln. Ich höffe Ihr könnt mir Helfen. Also ich will mimeTex auf meinem Server installieren um so Formeln darstellen zu können. Allerdings habe ich keine Ahnung wie ich dies anstelle.
In der Help Me steht:
To compile and install mimeTeX
* unzip mimetex.zip in any convenient working directory
* to produce an executable that emits anti-aliased
gif images (recommended)
cc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi
-or- for gif images without anti-aliasing
cc -DGIF mimetex.c gifsave.c -lm -o mimetex.cgi
-or- to produce an executable that emits mime xbitmaps
cc -DXBITMAP mimetex.c -lm -o mimetex.cgi
(For Windows, see "Compile Notes" in Section III below.)
* mv mimetex.cgi to your server's cgi-bin/ directory
* mv mimetex.html to your server's htdocs/ directory
* if the relative path from htdocs to cgi-bin isn't
../cgi-bin then edit mimetex.html and change the
few dozen occurrences as necessary.
Then, to quickly learn more about mimeTeX
* point your browser to www.yourdomain.com/mimetex.html
Any problems with the above?
* read the more detailed instructions below,
Allerdings habe ich keine Ahnung, was die von mir wollen? Wohin muss ich die Datein kopieren und wie soll ich diese Zeilen "cc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi" ausführen?
Ich hoffe mir kann dies jemand übersetzten...
Vielen lieben Dank für jegliche Hilfe!
Mfg Devian07
or see http://www.forkosh.com/mimetex.html
Allerdings habe ich keine Ahnung, was die von mir wollen? Wohin muss ich die Datein kopieren und wie soll ich diese Zeilen "cc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi" ausführen?
Du Linux/BSD/Unix? Dann bist Du richtig; cc ist der C-Compiler; obige Kommandozeile (nix Klickibunti) kompiliert den ausgepackten Inhalt des Pakets.
Du Windows? Dann "see 'Compile Notes' in Section III below".