📄 install
字号:
Instaling equal III 1. Unpack source snapshot archive under unix: % bzip2 -d equal3.tar.bz2 % tar xf equal3.tar under windows use your favorite archiver. to unpack archive snapshot. 2. Change current directory to equal3 under unix: % cd equal3 use explorer to navigate to the folder in which you extracted archive 3. Configure Qt. under unix: read Qt library documentation on how correctly to setup envirement. after that your envirement should contain QTDIR variable. under windows: you should setup your enivrement correctly just like in unix. or use special batch files to build equal(only for Visual C++). if you choose batch variant look to all *.bat files and change some absolute directories there. also you may need to change makefile gneration utility from tmake to qmake in make.bat. 4. Build under unix: % tmake equal3.pro > Makefile % make under windows: if your envirement correct do: cmd> tmake equal3.pro -o Makefile cmd> make here make is your make utility for Visual C++ - nmake else for batch version cmd> make.bat cmd> runmsdev.bat gui> Press F7 also you could use qmake instead tmake 5. Install equal do not need any special instalation. just copy equal3 executable do % cp equal3 /usr/local/bin/equal3 under unix and cmd> copy equal3.exe C:\Program files\equal3\equal3.exe under windows--- X. Some notes under Qt 2.x by default makefiles are generated without exceptions support. so after making qmake/tmake you should edit makefile or project. just add /GX to C++ options in case Visual C++. under unix edit Makefile to change -fnoexceptions to -fexceptions. XI. Examples on freebsd with % uname -a FreeBSD satan 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 % cat /usr/X11R6/include/qt2/* | grep QT_VERSION_STR #define QT_VERSION_STR "2.3.1" % cat /usr/local/bin/tmake | grep TMAKE_VERSION $TMAKE_VERSION = "1.7"; ... i have to write: % export TMAKEPATH=/usr/local/share/tmake/freebsd-g++ % tmake equal3.pro > Makefile % export QTDIR=/usr/X11R6 % make that's all run ./equal3 and enjoyGood luck...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -