e3mark / l1j-client

client side of l1j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code for the lineage1 client. These directions assume a build directory is being used.
A cygwin installation is recommended for compiling on windows

Compiling:
	Windows:
		(host is only for cross compiling to windows)
		../configure --host=i686-w64-mingw32 LDFLAGS="-L../libs -static-libgcc -static-libstdc++" CXXFLAGS="-static-libgcc -static-libstdc++" CFLAGS="-static-libgcc -static-libstdc++"
		make

	Linux
		../configure
		make

	OSX
		../configure
		make

About

client side of l1j

License:GNU General Public License v3.0


Languages

Language:C 54.9%Language:C++ 25.7%Language:HTML 7.6%Language:Java 6.1%Language:Shell 3.1%Language:Python 0.9%Language:Objective-C 0.8%Language:Perl 0.5%Language:JavaScript 0.3%Language:Batchfile 0.0%Language:Makefile 0.0%