📄 install.rpm
字号:
BUILDING & INSTALLING FAM USING RPMIf you prefer to use RPM to keep track of installed files on your system,you should be able to easily generate an RPM package in the fam tree: ./configure make rpm rpm -ivh build/rpm/...rpm-name...See the INSTALL file for instructions on starting fam after you've installedit, as the RPM package doesn't handle that yet.If you would like to build an RPM for an architecture other than i386, editthe "BuildArchitectures" lines in build/rpm/rpm.spec and build/rpm/Makefile.If you want to pass special flags to the compiler during the build, eitheradd --with-CFLAGS="whatever" to the line which runs the configure script inbuild/rpm/fam.spec, or set the CFLAGS and CXXFLAGS environment variables.(See the normal INSTALL file for notes on why you might want to do this.)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -