summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README56
1 files changed, 31 insertions, 25 deletions
diff --git a/README b/README
index d11d826..64e6cfe 100644
--- a/README
+++ b/README
@@ -5,31 +5,37 @@ Get the latest source and info at:
http://www.crosswire.org
UNIX DEVELOPERS
- You can try a './configure' (or optionally './usrinst.sh'
- for a useful development options configuration), then 'make' from
- this directory. This should compile everthing needed. You may type
- './configure --help' to see a list of options.
- If all compiles fine, a 'make install' (as root, probably) will
- install libs to your system and you may begin using the library.
- There are a few basic tests (tests/), start of a test suite
- (tests/testsuite/), utilities (utilities/), and examples
- (examples/), in the tree.
-
- To install modules, have a look at utilities/installmgr
-
- For some basic lookup and search utilities, see
- examples/cmdline/search
- examples/cmdline/lookup
- utilities/diatheke/
-
- If you are an end user looking for a nice SWORD, graphical Bible study
- software suite, then you'll probably want to download one of the
- many nice frontends found at http://crosswire.org
-
- ./buildtest.cpp compiles to the executable 'buildtest' as a test to
- see if the libs have compiled and can be linked against successfully.
- This is NOT the final target of the build, nor does anything useful.
- :)
+ You can try a './configure' (or optionally './usrinst.sh'
+ for a useful development options configuration), then 'make' from
+ this directory. This should compile everthing needed. You may type
+ './configure --help' to see a list of options.
+ If all compiles fine, a 'make install' (as root, probably) will
+ install libs to your system and you may begin using the library.
+ There are a few basic tests (tests/), start of a test suite
+ (tests/testsuite/), utilities (utilities/), and examples
+ (examples/), in the tree.
+
+ To install modules, have a look at utilities/installmgr
+
+ For some basic lookup and search utilities, see
+ examples/cmdline/search
+ examples/cmdline/lookup
+ utilities/diatheke/
+
+ If you are an end user looking for a nice SWORD, graphical Bible study
+ software suite, then you'll probably want to download one of the
+ many nice frontends found at http://crosswire.org
+
+ ./buildtest.cpp compiles to the executable 'buildtest' as a test to
+ see if the libs have compiled and can be linked against successfully.
+ This is NOT the final target of the build, nor does anything useful.
+ :)
+
+CMAKE
+ Alternatively, you can try building with CMake. CMake is an alternative
+ make system for muliple platforms. You might have a great experience
+ using the CMake build system. See:
+ cmake/README for more information
LANGUAGE BINDINGS