Skip to content

Commit

Permalink
add python to .tool-versions for asdf glory
Browse files Browse the repository at this point in the history
also add builds badge to README
  • Loading branch information
Razish committed Oct 26, 2023
1 parent 7df0369 commit a22986e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lua 5.4.6
python 3.11.6
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
ja++ modification for jedi academy - best used with [openjk](http://github.com/JACoders/OpenJK)
see [japp.jkhub.org](http://japp.jkhub.org) for more information

[![build](https://github.com/Razish/japp/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Razish/japp/releases/tag/latest)

## supports

| | Windows | Linux | macOS |
Expand All @@ -23,7 +25,8 @@ see [japp.jkhub.org](http://japp.jkhub.org) for more information

### linux (debian-based)

`git scons gcc g++ libreadline-dev`
- `git scons gcc g++ libreadline-dev`
- [asdf-vm](https://asdf-vm.com/guide/getting-started.html) (optional, recommended)

## compiling

Expand All @@ -41,10 +44,6 @@ 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

## builders

⚠️ oops they're all gone! please replace me with Github actions!

## contributors ([full list](https://github.com/Razish/japp/graphs/contributors))

- Raz0r (lead)
Expand Down

0 comments on commit a22986e

Please sign in to comment.