new version of muscle 3.8.31
[jabaws.git] / binaries / src / muscle / README.txt
1 MUSCLE v3.0 source code README
2 ------------------------------
3
4 http://www.drive5.com/muscle
5
6 This version of MUSCLE was built and tested on two platforms:
7 Windows XP and Red Hat Linux 8.0.
8
9 On Windows, I used Microsoft Visual C++ .Net, which I find
10 to be the best C++ compile / edit / test environment I've
11 tried on any platform. The Microsoft project file is
12 muscle.vcproj.
13
14 The Linux make file is Makefile. This is a very simple-minded
15 make file (because I am a Linux development novice), so should
16 be easy to understand. By default, it uses shared libraries,
17 but I found this to give problems when copying between
18 different Linux versions. The fix was to use the linker
19 flag -lm static (commented out), which gives a much bigger
20 but more portable binary. The posted binary was linked with
21 static libraries.
22
23 The source code was not written to be maintained by anyone
24 but me, so the usual apologies and caveats apply.
25
26 Bob Edgar,
27 January 2004