Skip to content

Instantly share code, notes, and snippets.

@Rainyan
Last active August 12, 2025 13:25
Show Gist options
  • Select an option

  • Save Rainyan/e80b4d8d38297fbbd51cee8b67c943a3 to your computer and use it in GitHub Desktop.

Select an option

Save Rainyan/e80b4d8d38297fbbd51cee8b67c943a3 to your computer and use it in GitHub Desktop.
NT;RE Linux buildenv alias
# 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