Skip to content

tea91/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

About

client side of l1j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.8%
  • C++ 22.9%
  • Makefile 10.7%
  • HTML 6.8%
  • Java 5.4%
  • Shell 2.8%
  • Other 2.6%