install

来自「About: Paco (pacKAGE oRGANIZER) is a si」· 代码 · 共 82 行

TXT
82
字号
+------------------------------+| Building and installing paco |+------------------------------+Configure options=================You can get a summary of all configuration options with './configure --help'.Some of them are explained below:The prefix----------By default, paco is installed in prefix /usr/local. If you prefer a differentone, like /usr, use the '--prefix' configure option. For example like this:    ./configure --prefix=/usrThe system-wide configuration directory---------------------------------------By default, the configuration file pacorc is installed in directory PREFIX/etc.If you prefer a different one, like /etc, use the '--sysconfdir' configureoption.The default log directory-------------------------By default, paco will store its logs in directory /var/log/paco. If you prefer adifferent location, use the configure option '--with-paco-logdir=DIR'.This will be the default log directory, but it's possible to specify a differentone in runtime, by setting the LOGDIR variable in the configuration file, orusing the paco command line option '--logdir=DIR'.The GUI-------The GUI of paco (gpaco) can be disabled with the option '--disable-gpaco'.Use this option if your system lacks GTKMM >= 2.8, or you don't want to use theGUI.The auxiliary scripts---------------------If the option '--enable-scripts' is passed to configure, a set of auxiliaryscripts will be installed.Look at README for more information.Compiling and installing paco=============================Once you have choosen the appropiate options, just type the following to installpaco:   ./configure [OPTIONS]   make   make install           # as rootLogging the installation of paco itself=======================================To log the own installation of paco, type the following command as root,right after "make install":	make logmeDon't try this:    paco -lp paco-x.y.z "make install"from the paco sources directory, because the install process will fail.printing an error message, more or less like this:    error while loading shared libraries: /usr/lib/libpaco-log.so: cannot open    shared object file: No such file or directory~~Send bugs or suggestions to David Rosal <david.3r@gmail.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?