mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 06:05:15 -04:00
docs: fix Arch installation steps, and some typos (#1165)
* docs: fix Arch installation steps, and some typos * task: fix linux binary paths * docs: specify that we support the latest Visual Studio community edition
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
RELEASE_PATH: './build'
|
||||
GOALC_BIN_RELEASE_DIR: './build/goalc'
|
||||
GK_BIN_RELEASE_DIR: './build/game'
|
||||
DECOMP_BIN_RELEASE_DIR: './build/decompiler'
|
||||
MEMDUMP_BIN_RELEASE_DIR: './build/tools'
|
||||
OFFLINETEST_BIN_RELEASE_DIR: './build'
|
||||
GOALCTEST_BIN_RELEASE_DIR: './build'
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
RELEASE_PATH: './build'
|
||||
GOALC_BIN_RELEASE_DIR: './build/goalc'
|
||||
GK_BIN_RELEASE_DIR: './build/game'
|
||||
DECOMP_BIN_RELEASE_DIR: './build/decompiler'
|
||||
MEMDUMP_BIN_RELEASE_DIR: './build/tools'
|
||||
OFFLINETEST_BIN_RELEASE_DIR: './build'
|
||||
GOALCTEST_BIN_RELEASE_DIR: './build'
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
RELEASE_PATH: './out/build/Release/bin'
|
||||
GOALC_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
GK_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
DECOMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
MEMDUMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
OFFLINETEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
GOALCTEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|
||||
|
||||
Reference in New Issue
Block a user