Last active
August 12, 2025 13:25
-
-
Save Rainyan/e80b4d8d38297fbbd51cee8b67c943a3 to your computer and use it in GitHub Desktop.
NT;RE Linux buildenv alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Assuming deps installed as per: https://github.com/NeotokyoRebuild/neo?tab=readme-ov-file#linux-prerequisite---steam-runtime-3-sniper-container | |
| # Assuming pwd of NT;RE code repo root dir. | |
| # Following the "buildenv" command, enter the following commands inside the container: | |
| # cd /root/neo/src | |
| # cmake --preset linux-debug # or linux-release | |
| # cmake --build --preset linux-debug # or linux-release | |
| alias buildenv='sudo docker run -v .:/root/neo/ --rm -it --entrypoint / | |
| │ bin/bash registry.gitlab.steamos.cloud/steamrt/sniper/sdk' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment