LanXchange icon indicating copy to clipboard operation
LanXchange copied to clipboard

How to build from source ?

Open LamprosPitsillos opened this issue 3 years ago • 1 comments

.jar file is missing , can you please add some documentation on how to build from source ?

LamprosPitsillos avatar Sep 07 '21 15:09 LamprosPitsillos

If you just want to grab the .jar, you can steal it out of the normal download: https://github.com/tfg13/LanXchange/blob/master/releases/stable/lxc.zip (that is the latest stable version, which is kinda old right now)

Compiling is a mess because of the android builds, you'll have to use gradle unfortunately.

In theory, when you have gradle, you want to build the releaseDesktop target.

tfg13 avatar Sep 07 '21 17:09 tfg13