|
|
@ -71,9 +71,9 @@ Requirements & Installation:
|
|
|
|
- tdelibs-devel
|
|
|
|
- tdelibs-devel
|
|
|
|
|
|
|
|
|
|
|
|
Installation for KDE3:
|
|
|
|
Installation for KDE3:
|
|
|
|
- Make sure your shell-variable QTDIR is correct. (echo $QTDIR).
|
|
|
|
- Make sure your shell-variable TQTDIR is correct. (echo $TQTDIR).
|
|
|
|
If it doesn't contain the correct path, type
|
|
|
|
If it doesn't contain the correct path, type
|
|
|
|
export QTDIR=your_path_to_qt (e.g. /usr/lib/qt3)
|
|
|
|
export TQTDIR=your_path_to_qt (e.g. /usr/lib/qt3)
|
|
|
|
- cd into the directory kdiff3-0.9.91 and type
|
|
|
|
- cd into the directory kdiff3-0.9.91 and type
|
|
|
|
- ./configure --prefix=/opt/trinity (your KDE3 directory here)
|
|
|
|
- ./configure --prefix=/opt/trinity (your KDE3 directory here)
|
|
|
|
- (make clean) (Required if you already compiled once.)
|
|
|
|
- (make clean) (Required if you already compiled once.)
|
|
|
@ -137,9 +137,9 @@ Building an RPM for Fedora Core (by Vadim Likhota)
|
|
|
|
|
|
|
|
|
|
|
|
Installation for the Qt-only-platforms for Un*x:
|
|
|
|
Installation for the Qt-only-platforms for Un*x:
|
|
|
|
(for Qt >=3.3.0 but <4.0)
|
|
|
|
(for Qt >=3.3.0 but <4.0)
|
|
|
|
- Make sure your shell-variable QTDIR is correct. (echo $QTDIR).
|
|
|
|
- Make sure your shell-variable TQTDIR is correct. (echo $TQTDIR).
|
|
|
|
If it doesn't contain the correct path, type
|
|
|
|
If it doesn't contain the correct path, type
|
|
|
|
export QTDIR=your_path_to_qt (e.g. /usr/lib/qt)
|
|
|
|
export TQTDIR=your_path_to_qt (e.g. /usr/lib/qt)
|
|
|
|
- cd into the directory kdiff3-0.9.91/src and type
|
|
|
|
- cd into the directory kdiff3-0.9.91/src and type
|
|
|
|
- make -f Makefile.qt
|
|
|
|
- make -f Makefile.qt
|
|
|
|
- make -f Makefile.qt install (You must have root-rights for this step.)
|
|
|
|
- make -f Makefile.qt install (You must have root-rights for this step.)
|
|
|
@ -149,7 +149,7 @@ Installation for the Qt-only-platforms for Un*x:
|
|
|
|
If you want to build the Qt-only version _and_ the KDE-version, do this
|
|
|
|
If you want to build the Qt-only version _and_ the KDE-version, do this
|
|
|
|
in separate directories, otherwise there will be errors.
|
|
|
|
in separate directories, otherwise there will be errors.
|
|
|
|
- A user reported that on his 64-bit machine running FC4 he had to edit his Makefile.qt
|
|
|
|
- A user reported that on his 64-bit machine running FC4 he had to edit his Makefile.qt
|
|
|
|
LIBS = $(SUBLIBS) -L/usr/lib64/ -L$(QTDIR)/lib64/ -L/usr/lib -L$(QTDIR)/lib/ -L/usr/X11R6/lib/ -L/usr/X11R6/lib64/ -lqt-mt -lXext -lX11 -lm -lpthread
|
|
|
|
LIBS = $(SUBLIBS) -L/usr/lib64/ -L$(TQTDIR)/lib64/ -L/usr/lib -L$(TQTDIR)/lib/ -L/usr/X11R6/lib/ -L/usr/X11R6/lib64/ -lqt-mt -lXext -lX11 -lm -lpthread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build for Windows:
|
|
|
|
Build for Windows:
|
|
|
@ -226,7 +226,7 @@ Note for KDE-users:
|
|
|
|
normal version 0.9.91.
|
|
|
|
normal version 0.9.91.
|
|
|
|
|
|
|
|
|
|
|
|
Build-instructions (Unix or Mac):
|
|
|
|
Build-instructions (Unix or Mac):
|
|
|
|
- Make sure your shell-variable QTDIR is correct and that
|
|
|
|
- Make sure your shell-variable TQTDIR is correct and that
|
|
|
|
your path contains the Qt4-bin-directory.
|
|
|
|
your path contains the Qt4-bin-directory.
|
|
|
|
- cd into the directory kdiff3-0.9.91/src-QT4 and type
|
|
|
|
- cd into the directory kdiff3-0.9.91/src-QT4 and type
|
|
|
|
- qmake kdiff3.pro
|
|
|
|
- qmake kdiff3.pro
|
|
|
@ -234,7 +234,7 @@ Build-instructions (Unix or Mac):
|
|
|
|
|
|
|
|
|
|
|
|
Build-instructions (Windows):
|
|
|
|
Build-instructions (Windows):
|
|
|
|
- Run your qtvars.bat in the Qt4-bin directory.
|
|
|
|
- Run your qtvars.bat in the Qt4-bin directory.
|
|
|
|
(This should set your QTDIR, QMAKESPEC and PATH-environment-variables.)
|
|
|
|
(This should set your TQTDIR, QMAKESPEC and PATH-environment-variables.)
|
|
|
|
- cd into the directory kdiff3-0.9.91/src-Qt4 and type
|
|
|
|
- cd into the directory kdiff3-0.9.91/src-Qt4 and type
|
|
|
|
- qmake kdiff3.pro
|
|
|
|
- qmake kdiff3.pro
|
|
|
|
- make (which calls either "mingw32-make" or "nmake")
|
|
|
|
- make (which calls either "mingw32-make" or "nmake")
|
|
|
|