8000 GitHub - Razish/japp at refs/heads/git-tag
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Razish/japp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ja++

ja++ modification for jedi academy - best used with openjk
see japp.jkhub.org for more information.

assets can be found here: Razish/japp-assets

build

supports

Windows Linux macOS
x86
x86_64
armhf
arm64

development requirements (general)

  • Python 3.11
  • Scons 4.4
  • zip or 7zip on your PATH (for packaging)

windows

TDM-GCC or Visual Studio (if you pass tools=default to scons)

linux (debian-based)

install packages: git scons gcc g++ libreadline-dev libglib2.0-dev libgtk2.0-dev libnotify-dev

asdf-vm + lua setup (optional, recommended)

install asdf-vm:

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0

add the following to your shell rc (e.g. ~/.bashrc) and restart your shell:

. "$HOME/.asdf/asdf.sh"
asdf plugin-add python
asdf plugin-add lua https://github.com/Stratus3D/asdf-lua.git
asdf install # install required versions
luarocks install luafilesystem
luarocks install luacheck

compiling

just run scons or build.sh followed by lua package.lua

options:

  • force32 1 to build a 32-bit binary on a 64-bit machine
  • debug 1 to generate debug information, 2 to also optimise code
  • no_sql 1 to disable MySQL/SQLite support
  • no_crashhandler 1 to disable the crash handler/logger functionality

environment variables:

  • NO_SSE 1 to not generate SSE2 instructions - closer to basejka. This is used for official builds
  • MORE_WARNINGS 1 to enable more compiler warnings

contributors (full list)

  • Raz0r (lead)
  • AstralSerpent
  • Ensiform
  • Exmirai
  • Morabis
  • teh

credits

  • JK2MV
  • loda
  • OJP
  • OpenJK

About

JA++ server and client modification for Jedi Academy

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

0