source: trunk/GDE/MUSCLE/src/README.txt

Last change on this file was 10390, checked in by aboeckma, 11 years ago

added muscle sourcles amd makefile

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