mimeTex auf Server // lokalen Server(Appache XAMPP) instaliern – SELFHTML-Forum Forum als Ergänzung zum SELFHTML-Wiki und zur Dokumentation SELFHTML https://forum.selfhtml.org/self mimeTex auf Server // lokalen Server(Appache XAMPP) instaliern Fri, 06 Nov 09 14:05:37 Z https://forum.selfhtml.org/self/2009/nov/6/mimetex-auf-server-lokalen-server-appache-xampp-instaliern/1406076#m1406076 https://forum.selfhtml.org/self/2009/nov/6/mimetex-auf-server-lokalen-server-appache-xampp-instaliern/1406076#m1406076 <p>Hallo liebe Community,<br> 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.</p> <p>In der Help Me steht:</p> <p>To compile and install mimeTeX<br>        * unzip mimetex.zip in any convenient working directory<br>        * to produce an executable that emits anti-aliased<br>          gif images (recommended)<br>               cc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi<br>          -or- for gif images without anti-aliasing<br>               cc -DGIF mimetex.c gifsave.c -lm -o mimetex.cgi<br>          -or- to produce an executable that emits mime xbitmaps<br>               cc -DXBITMAP mimetex.c -lm -o mimetex.cgi<br>          (For Windows, see "Compile Notes" in Section III below.)<br>        * mv mimetex.cgi  to your server's cgi-bin/ directory<br>        * mv mimetex.html to your server's htdocs/  directory<br>        * if the relative path from htdocs to cgi-bin isn't<br>          ../cgi-bin then edit mimetex.html and change the<br>          few dozen occurrences as necessary.<br>   Then, to quickly learn more about mimeTeX<br>        * point your browser to www.yourdomain.com/mimetex.html<br>   Any problems with the above?<br>        * read the more detailed instructions below,</p> <p>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?</p> <p>Ich hoffe mir kann dies jemand übersetzten...<br> Vielen lieben Dank für jegliche Hilfe!<br> Mfg Devian07</p> <p>or see http://www.forkosh.com/mimetex.html</p> mimeTex auf Server // lokalen Server(Appache XAMPP) instaliern Fri, 06 Nov 09 15:08:01 Z https://forum.selfhtml.org/self/2009/nov/6/mimetex-auf-server-lokalen-server-appache-xampp-instaliern/1406077#m1406077 https://forum.selfhtml.org/self/2009/nov/6/mimetex-auf-server-lokalen-server-appache-xampp-instaliern/1406077#m1406077 <blockquote> <p>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?</p> </blockquote> <p>Du Linux/BSD/Unix? Dann bist Du richtig; cc ist der C-Compiler; obige Kommandozeile (nix Klickibunti) kompiliert den ausgepackten Inhalt des Pakets.</p> <p>Du Windows? Dann "see 'Compile Notes' in Section III below".</p>