install

来自「高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!」· 代码 · 共 67 行

TXT
67
字号
Xournal Installation instructions=================================Binary installer:-----------------The tarball includes an executable file for Linux IA32.  If your setupis sufficiently standard, you might be able to use the binary installerscript, "install-binary".Either run this script as root, to install xournal in /usr/local/bin(and the dependencies in /usr/local/share/xournal), or as any user, toinstall xournal in your home directory.You will still need to have gtk+ 2.4 or later and the other requiredlibraries installed on your system (see below).Otherwise, read on for compilation and installation instructions.Dependencies:-------------Required packages and libraries:* TO COMPILE xournal:- autoconf, automake  (to generate the makefiles)- gtk+ 2.4 or later development packages  (2.6 recommended)   (package gtk2-devel and its dependencies)- libgnomecanvas 2.4 or later development packages    (package libgnomecanvas-devel and its dependencies)- libgnomeprint and libgnomeprintui 2.2 development packages   (packages libgnomeprint22-devel, libgnomeprintui22-devel, and dependencies)* TO RUN xournal:- gtk+ 2.4 or later (2.6 recommended)   (package gtk2 and dependencies)- libgnomecanvas 2.4 or later   (package libgnomecanvas and dependencies)- libgnomeprint and libgnomeprintui 2.2 or later     (packages libgnomeprint22, libgnomeprintui22, and dependencies)* OTHER:- xpdf (more precisely, pdftoppm) is required for PDF file annotation- ghostscript (optional: used to import PS/PDF files as bitmap backgrounds)Compilation and installation:-----------------------------Installation in /usr/local:./autogen.shmake(as root) make installInstallation in $HOME:./autogen.sh./configure --prefix=$HOMEmakemake install

⌨️ 快捷键说明

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