Menu

Tree [773115] default tip /
 History

Read Only access


File Date Author Commit
 EHnet++ 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 LCore 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 StrMod 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 UniEvent 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 distbin 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 doc 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 tests-cppunit 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 xml 2010-02-21 Eric Hopper Eric Hopper [3ad48d] Hush up well meaning compiler warning about pre...
 .hgignore 2010-02-20 Eric Hopper Eric Hopper [012961] Ignore things I don't want to manage with versi...
 .hgtags 2010-02-19 Eric Hopper Eric Hopper [cccf89] Merging CVS tag adds.
 AUTHORS 2010-02-19 Eric Hopper Eric Hopper [df6338] Merged AUTHORS file with Chad and Jim.
 COPYRIGHT 2010-02-27 Eric Hopper Eric Hopper [773115] Updated email address and copyright notices.
 ChangeLog.1 2003-01-28 Eric Hopper Eric Hopper [6ac36e] [svn r65] Moved ChangeLog files around to prepa...
 Doxyfile 2003-01-28 Eric Hopper Eric Hopper [a923e8] [svn r62] New version number, 0.5.0
 LGPL 1999-11-19 Eric Hopper Eric Hopper [8a2f46] Added copyright notices everywhere!
 Makefile.in 2003-02-27 Eric Hopper Eric Hopper [0c1688] [svn r162] Changes to automatically handle some...
 README 2001-03-07 Eric Hopper Eric Hopper [885fad] First cut at a README file.
 TODO 2002-03-27 Eric Hopper Eric Hopper [edf477] Added a couple of fixed TODO's.
 configure.in 2005-03-18 Eric Hopper Eric Hopper [8e80cf] Update configure.in etc. all for gorey realitie...

Read Me

OK, you've downloaded this thing, now what?

The first thing to do would be to build it.

This version should've come with a 'configure' script in the main
directory.  If it didn't, you'll have to first run 'autoconf' to create
it.  If you have autoconf, running autoconf with no arguments should
work.

Now, the configure script should be run with './configure'.  You can set
the CXX and CXXFLAGS environment variables beforehand if you like.

Now you should have a Makfile.

Type 'make'.  You'll need at least g++ 2.95.2 for the whole thing to
work.  I use g++ 2.96 (the special RedHat g++ *sigh*), so it may require
at least that version in the future.

After this is done, you'll have two subdirectories of note.

The first is:

include

The second is:

generated/lib

	The first should be given as a -I parameter when you compile
things that use StreamModule, and the second should be given to -L when
you link.  The name of the library is 'libNet.a', so you'll need the
-lNet parameter.

Anyway, I hope this is enough to get you started.  Feel free to come
onto irc at irc.openprojects.net, channel #StrMod and ask questions.
Also, feel free to join the mailing list at
http://lists.sourceforge.net/mailman/listinfo/strmod-devel
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.