Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 COPYING 2010-06-20 havoc74 [r1] Initial Commit
 README 2010-06-20 havoc74 [r1] Initial Commit
 nexcom.cpp 2010-06-20 havoc74 [r1] Initial Commit
 nexcom.hpp 2010-06-20 havoc74 [r1] Initial Commit
 premake.lua 2010-06-20 havoc74 [r1] Initial Commit

Read Me

nexus

Copyright 2010, John Wakley
jwakley74@gmail.com

Distributed under the GNU Lessor General Public License, see COPYING

A c++, cross-platform, open-source networking library.

To build:

Download premake v3.7 and copy to the nexus directory, or in your operating system's command path.

premake --help

will give you a list of options. Typical options include:

Linux:
premake --os linux --target gnu-gcc --file premake.lua

Win32:
premake --os windows --target vs2008 --file premake.lua

After premake runs, just build as you normally would in your preferred IDE or GNU make.

CURRENT STATE: ALPHA1

6.20.2010 TODO
	Finish upd_connection class and functionality.
	
The Lua language and runtime library is (C) TeCGraf, PUC-Rio.
See their website at http://www.lua.org/