mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-31 19:42:53 +00:00
Merge branch 'dev' of https://github.com/create-juicey-app/4jcraft-juicefork into dev
This commit is contained in:
commit
dd43a13f74
11
README.md
11
README.md
|
|
@ -67,17 +67,18 @@ To fully reset the CMake configuration (removes cache + generated Makefiles):
|
|||
|
||||
```bash
|
||||
rm -rf CMakeCache.txt CMakeFiles cmake_install.cmake Makefile
|
||||
# Then re-run: cmake . && make -j$(nproc)
|
||||
```
|
||||
|
||||
then re-run:
|
||||
```
|
||||
cmake . && make -j$(nproc)
|
||||
```
|
||||
---
|
||||
|
||||
## Running
|
||||
|
||||
(this is temp)
|
||||
```bash
|
||||
# Default — window opens at your primary monitor's native resolution (windowed)
|
||||
./Linux/Debug/Minecraft.Client
|
||||
|
||||
```
|
||||
|
||||
(todo refactor)
|
||||
(todo refactor)
|
||||
|
|
|
|||
Loading…
Reference in a new issue