⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 linux下开源图片codec
💻
字号:
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 + -