?? install
字號:
howto compile and install this package======================================really short install instructions--------------------------------- $ make $ su -c "make install"the more detailed version-------------------------Make sure you use GNU make. The file name "GNUmakefile" isn't a joke,this package really requires GNU make.As first step make will do some config checks on your system and writethe results to Make.config. If you want to have a look at Make.configbefore the actual build starts you can run this step separately using"make config".The Makefiles use the usual GNU-ish Makefile conventions for variablenames and default values, i.e. prefix=/usr/local, ...The values for some frequently adapted variables are initialized fromthe enviroment. Thus you can change the defaults simply by settingenvironment variables: $ prefix="/usr" $ CFLAGS="-O3 -mcpu=i686" $ export prefix CFLAGSAlmost any variable can be overridden on the make command line. It isoften used this way to install into some buildroot for packaging ... $ su -c "make DESTDIR=/tmp/buildroot install"... but it works for most other variables equally well. There aresome exceptions through, it usually does _not_ work for CFLAGS forexample.Try "make verbose=yes" if you want to see the complete command linesexecuted by make instead of the short messages (for trouble shooting,because you like this way, for whatever reason ...). This also makesthe config checks performed by "make config" more verbose.If you don't trust my Makefiles you can run "make -n install" to seewhat "make install" would do on your system. It will producehuman-readable output (unlike automake ...).Have fun, Gerd-- Gerd Knorr <kraxel@bytesex.org>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -