Changeset 2537aba
- Timestamp:
- 04/08/2003 03:42:15 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 036393e1
- Parents:
- 3e248486
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/gpm/gpm-inst.xml
r3e248486 r2537aba 7 7 configuring gpm.</para></note> 8 8 9 <para><screen><userinput>export LDFLAGS="-lm" && 10 ./configure --prefix=/usr && 9 <para><screen><userinput>LDFLAGS="-lm" ./configure --prefix=/usr && 11 10 make && 12 11 make install</userinput></screen></para> … … 19 18 <para><userinput>export LDFLAGS="-lm": </userinput>The math library 20 19 must be linked with gpm, as ceil() is used in some cursor scrolling 21 logic. </para>20 logic. LDFLAGS is only needed if you optimize gpm for size.</para> 22 21 23 22 </sect2> -
introduction/important/beyond.xml
r3e248486 r2537aba 14 14 15 15 <listitem><para>If you know the name of the package, then search FreshMeat for 16 the packageat <ulink url="http://freshmeat.net/"/>. Also search Google at16 at <ulink url="http://freshmeat.net/"/>. Also search Google at 17 17 <ulink url="http://google.com/"/>. Sometimes a search for the rpm at 18 18 <ulink url="http://rpmfind.net/"/> or the deb at … … 34 34 35 35 <listitem><para>Many of the newer packages follow the <command>./configure 36 && make && make install</command> routine. Help of the 36 && make && make install</command> <emphasis>dance</emphasis> 37 routine. Help on the 37 38 options accepted by configure can be obtained via the command 38 39 <command>./configure --help</command>.</para></listitem> … … 51 52 52 53 <tip><para>If you have found a package that is only available in .deb or .rpm format, 53 there isare two small scripts rpm2targz and deb2targz that are available at54 there are two small scripts rpm2targz and deb2targz that are available at 54 55 <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert 55 56 the archives into a simple tar.gz format.</para></tip> -
multimedia/audioutils/cdparanoia/CDParanoia-inst.xml
r3e248486 r2537aba 5 5 6 6 <para><screen><userinput>./configure --prefix=/usr && 7 make FLAGS="$CFLAGS"&&7 make && 8 8 make install</userinput></screen></para> 9 9 -
multimedia/cdwriteutils/cdrtools/cdrtools-inst.xml
r3e248486 r2537aba 4 4 <para>Install cdrtools by running the following commands:</para> 5 5 6 <para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \ 7 COPTS="$CFLAGS" && 8 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \ 9 COPTS="$CFLAGS" install</userinput></screen></para> 6 <para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root && 7 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</userinput></screen></para> 10 8 11 9 </sect2> -
multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
r3e248486 r2537aba 4 4 <para>Install ffmpeg by running the following commands:</para> 5 5 6 <para><screen><userinput>unset CFLAGS 7 ./configure --prefix=/usr && 6 <note><para>The package maintaners recommend compiling without any 7 optimizations.</para></note> 8 9 <para><screen><userinput>./configure --prefix=/usr && 8 10 make && 9 11 make install</userinput></screen></para> -
multimedia/videoutils/mplayer/mplayer-exp.xml
r3e248486 r2537aba 2 2 <title>Command explanations</title> 3 3 4 <!-- 4 5 <para><userinput>unset CFLAGS</userinput> : This command clears the 5 6 compile flags. This command is optional, but the indications are that 6 7 the majority of installs will need it.</para> 8 --> 7 9 8 10 <para><userinput>--enable-freetype</userinput> : This switch tells -
multimedia/videoutils/mplayer/mplayer-inst.xml
r3e248486 r2537aba 5 5 the bzip2 files decompressed.</para> 6 6 7 <note><para>The package maintainers recommend building without any optimization</para></note> 7 8 <para>Install MPlayer by running the following commands:</para> 8 9 … … 13 14 tar -xvf ../qtextras.tar -C /usr/lib/win32 && 14 15 tar -xvf ../rp9codecs.tar -C /usr/lib/win32 && 15 unset CFLAGS16 16 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \ 17 17 --enable-gui --enable-menu --enable-new-conf --enable-qtx-codecs \ -
x/installing/xfree86/xfree86-inst.xml
r3e248486 r2537aba 68 68 * happens, try building without the DefaultGcc2PpcOpt line. **************/ 69 69 70 #define DefaultGcc2i386Opt -O2 -fomit-frame-pointer -march=i686 71 #define DefaultGcc2AxpOpt -O2 -mcpu=ev6 72 #define DefaultGcc2PpcOpt -O2 -mcpu=750 70 /* #define DefaultGcc2i386Opt -O2 -fomit-frame-pointer -march=i686 */ 71 /* #define DefaultGcc2AxpOpt -O2 -mcpu=ev6 */ 72 /* #define DefaultGcc2PpcOpt -O2 -mcpu=750 */ 73 73 74 74 /* The following definitions are normally set properly by XFree86's scripts. -
xsoft/graphweb/mozilla/mozilla-exp.xml
r3e248486 r2537aba 30 30 <para><screen><userinput>--disable-jsd --disable-accessibility \ 31 31 --disable-tests --disable-debug \ 32 -- enable-optimize=-O3 --disable-dtd-debug \32 --disable-dtd-debug \ 33 33 --disable-logging --enable-reorder \ 34 34 --enable-strip \ -
xsoft/graphweb/mozilla/mozilla-inst.xml
r3e248486 r2537aba 41 41 --disable-accessibility \ 42 42 --disable-tests --disable-debug \ 43 --enable-optimize=-O3 \44 43 --disable-logging --enable-reorder \ 45 44 --enable-strip \
Note:
See TracChangeset
for help on using the changeset viewer.