Skip to content

Lineage1/l1j-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

289 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

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