Changeset 88de746
- Timestamp:
- 04/05/2005 06:54:33 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0697dc1
- Parents:
- 38485e5c
- Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/librep.xml
r38485e5c r88de746 9 9 <!ENTITY librep-md5sum "ad4ad851ff9f82a5d61024cd96bc2998"> 10 10 <!ENTITY librep-size "1.2 MB"> 11 <!ENTITY librep-buildsize "13. 2MB">12 <!ENTITY librep-time "0.4 9SBU">11 <!ENTITY librep-buildsize "13.4 MB"> 12 <!ENTITY librep-time "0.47 SBU"> 13 13 ]> 14 14 -
general/prog/ruby.xml
r38485e5c r88de746 9 9 <!ENTITY ruby-md5sum "8ffc79d96f336b80f2690a17601dea9b"> 10 10 <!ENTITY ruby-size "3.5 MB"> 11 <!ENTITY ruby-buildsize " 36.2 MB">12 <!ENTITY ruby-time "0. 62SBU">11 <!ENTITY ruby-buildsize "55.2 MB"> 12 <!ENTITY ruby-time "0.93 SBU"> 13 13 ]> 14 14 … … 61 61 commands:</para> 62 62 63 <screen><userinput><command>./configure --prefix=/usr \64 --enable-shared --enable-pthread&&63 <screen><userinput><command>./configure --prefix=/usr --enable-shared \ 64 --enable-pthread --enable-install-doc && 65 65 make</command></userinput></screen> 66 66 67 67 <para>Now, as the root user:</para> 68 68 69 <screen><userinput role='root'><command>make install && 70 make install-doc</command></userinput></screen> 69 <screen><userinput role='root'><command>make install</command></userinput></screen> 71 70 72 71 </sect2> … … 87 86 88 87 <segmentedlist> 89 <segtitle>Installed Program </segtitle>90 <segtitle>Installed Librar y</segtitle>88 <segtitle>Installed Programs</segtitle> 89 <segtitle>Installed Libraries</segtitle> 91 90 <segtitle>Installed Directories</segtitle> 92 91 <seglistitem> 93 92 <seg>ruby, irb, erb, rdoc, ri and testrb</seg> 94 <seg>libruby.so</seg> 93 <seg>libruby.so and numerous modules located in the 94 <filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg> 95 95 <seg>/usr/lib/ruby and /usr/share/ri</seg></seglistitem> 96 96 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.