|
发表于 2004-5-18 11:12:37
|
显示全部楼层
回复: Linux版的pearpc
最初由 sufee 发表
是啊!怎么没有人在linux下写一个pearpc安装的过程,我在linux下安装pearpc没有成功,请赐教.
Compilation from source
You will probably need to have GCC 3.x installed for the compilation to work. GCC 2.x should also work (if not write a patch).
Untar/gzip/bzip2 the downloaded file. Enter the created directory. Then compile by executing:
$ ./configure --enable-gui=$GUI --enable-cpu=$CPU && make
where $GUI is either nogui, qt or win32 and $CPU is either generic or jitc_x86. If you have an x86 processor you should use $CPU=jitc_x86. Everybody else uses $CPU=generic.
我想应这样:
$ ./configure --enalbe-gui=qt --enalbe-cpu=jitc_x86 |
|