Skip to content

kkpan11/l1j-client

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 47.6%
  • C++ 22.5%
  • Makefile 11.9%
  • HTML 6.5%
  • Java 5.2%
  • Shell 2.6%
  • Other 3.7%