]> git.alrj.org Git - bold.git/blobdiff - doc/README
First support for .gnu.hash/DT_GNU_HASH.
[bold.git] / doc / README
index a66fb64b3aad0c8ddc8b7c4c7ae33625dbeb2051..87426070dad0409b70d2957a8c2a2f33e1779ba5 100644 (file)
@@ -1,4 +1,4 @@
-.. HTML version generated with rst2html -t README > README.html
+.. HTML version generated with LC_ALL=C rst2html -t README > README.html
 
 .. |date| date:: %b %e, %Y
 
@@ -7,7 +7,7 @@ Bold - The Byte Optimized Linker
 
 :Author:    Amand Tihon
 :Contact:   <amand.tihon@alrj.org>
-:Version:   0.1.0
+:Version:   0.2.1
 :Date:      |date|
 :Copyright: GNU GPL version 3 + Exception, see copyright file.
 
@@ -60,7 +60,14 @@ recompile the source code into an object file.
 Installation
 ============
 
-TBD.
+Go into Bold's directory, and run ::
+
+  python setup.py build
+
+Then, as root or using sudo, run ::
+
+  python setup.py install
+
 
 
 Using Bold
@@ -213,4 +220,9 @@ Executables generated by ``ld`` usually have a lot of entries in their
 And that's it!
 
 
+Examples
+========
 
+The ``examples/`` directory contains a port of the *flow2* intro
+(http://www.pouet.net/prod.php?which=30589). Adding the dropper is left as an
+exercise for the reader.