Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2003-10-12 05:02:32 +0400
committerJonathan Pryor <jpryor@novell.com>2003-10-12 05:02:32 +0400
commit95b6672f5971d7033c77cd92108ede7c382ae6c7 (patch)
tree9644e1333aac85bb4262ee11fe13f2ecf8d6aefd /README
parent1c9696406de469b686da8e389b52a519675adad0 (diff)
Update build system so that RPMs can be easily built.
svn path=/trunk/mono-tools/; revision=18895
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 38 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..c771b248
--- /dev/null
+++ b/README
@@ -0,0 +1,38 @@
+Mono Tools:
+----------
+
+Mono Tools is a collection of programs and utilities for use with Mono.
+
+
+Building:
+--------
+
+Building should be as simple as:
+
+ ./autogen.sh [typical configure flags, such as --prefix=PREFIX]
+ make
+ make install
+
+
+Notes:
+-----
+
+To ensure that a directory is actually configured and built, add the directory
+to the file "subdirs". This file contains the names of directories that
+should be configured and built as part of normal "make" handling.
+
+If the subdirectory has an "autogen.sh" file, it will be executed when the
+top-level "autogen.sh" file is executed.
+
+
+Building an RPM:
+---------------
+
+1. Run "autogen.sh", which creates and runs "configure", etc.
+
+ ./autogen.sh
+
+2. Make the RPM:
+
+ sudo make dist-rpm
+