![]() |
Compiling Qt-TeXmacs under |
![]() |
Create a directory where to download external software, such as C:\download, and download
ftp://ftp.trolltech.com/qt/source/qt-win-opensource-4.4.3-mingw.exe http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.4.tar.bz2 http://download.savannah.gnu.org/releases/freetype/freetype-2.3.7.tar.gz http://ftp.gnu.org/pub/gnu/guile/guile-1.8.4.tar.gz ftp://ftp.texmacs.org/pub/TeXmacs/misc/guile.patch ftp://ftp.texmacs.org/pub/TeXmacs/fonts/TeXmacs-windows-fonts-1.0-noarch.tar.gz
Install
Install
Perform standard configure, make, make install, using the following configure command:
./configure \
--prefix=/usr/local \
CPPFLAGS="-L/usr/local/include" \
LDFLAGS="-L/usr/local/lib"
Uncomment the line
(debug-set! stack 1000000)
in ~/texmacs/src/TeXmacs/progs/kernel/boot/compat.scm.
Set the paths
export TEXMACS_PATH=$HOME/texmacs/src/TeXmacs/
export GUILE_LOAD_PATH=/usr/local/share/guile/1.8/
export TEXMACS_PWD=$HOME
export PATH=$TEXMACS_PATH/bin:$PATH
Perform standard configure, make, make install, using the following configure command:
./configure \
--enable-qt \
--prefix=/usr/local/ \
CPPFLAGS="-I/usr/local/include" \
LDFLAGS="-L/usr/local/lib" \
GUILE_LOAD_PATH="/usr/local/share/guile/1.8/"
Run
texmacs
This webpage is part of GNU TeXmacs and the larger GNU project. Verbatim copying and distribution of it is
permitted in any medium, provided this notice is preserved. For
more information or questions, please contact Joris van
der Hoeven.
Free Software Foundation, Inc., 59 Temple Place -
Suite 330, Boston, MA 02111, USA