diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-19 09:15:19 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-19 09:15:19 (GMT) |
commit | 3278b6a065891b42425b695aa9cfba95dda5d899 (patch) | |
tree | 6878d4c16d2fbb3961f8fc6b902bd0c170824957 /doc | |
parent | 249ceac350dd5a1fa0719372e67ed7ed663c143f (diff) | |
download | mxe-3278b6a065891b42425b695aa9cfba95dda5d899.zip mxe-3278b6a065891b42425b695aa9cfba95dda5d899.tar.gz mxe-3278b6a065891b42425b695aa9cfba95dda5d899.tar.bz2 |
improved coding style
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html index 9486c3b..c16913f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -580,9 +580,9 @@ USE_OSGPLUGIN(<plugin2>) <!-- http://www.debian.org/distrib/packages#search_packages --> <pre>aptitude install -R autoconf automake bash bison bzip2 \ - cmake flex g++ make sed libtool openssl\ - libssl-dev libxml-parser-perl patch perl \ - pkg-config scons unzip wget xz</pre> + cmake flex g++ make sed libtool openssl \ + libssl-dev libxml-parser-perl patch \ + perl pkg-config scons unzip wget xz</pre> <p> On 64-bit Debian, install also: @@ -636,8 +636,9 @@ USE_OSGPLUGIN(<plugin2>) dev-util/cmake sys-devel/flex sys-devel/gcc \ sys-devel/make sys-apps/sed sys-devel/libtool \ dev-libs/openssl sys-devel/patch dev-lang/perl \ - dev-perl/XML-Parser dev-util/pkgconfig dev-util/scons \ - app-arch/unzip net-misc/wget app-arch/xz-utils</pre> + dev-perl/XML-Parser dev-util/pkgconfig \ + dev-util/scons app-arch/unzip net-misc/wget \ + app-arch/xz-utils</pre> <p> There are @@ -690,8 +691,8 @@ sudo gcc_select gcc40</pre> <!-- http://pkg.opensolaris.org/release/en/search.shtml --> <pre>pfexec pkg install SUNWgnu-automake-110 SUNWbison SUNWcmake \ SUNWflexlex SUNWgcc SUNWgmake SUNWgsed \ - SUNWgzip SUNWlibtool SUNWlibm SUNWopenssl \ - SUNWgpch SUNWperl-xml-parser \ + SUNWgzip SUNWlibtool SUNWlibm \ + SUNWopenssl SUNWgpch SUNWperl-xml-parser \ SUNWgnome-common-devel SUNWunzip SUNWwget</pre> <p> |