git clone https://github.com/yourusername/cppx.git
cd cppxchmod +x cppxsudo mv cppx /usr/local/bin/cppxcppx is a Bash script, so on Windows you'll need a Bash-compatible shell: Git Bash (comes with Git for Windows) or WSL. You'll also need a C++ compiler on your PATH — install one of:
- MinGW-w64 (g++) — matches the compiler cppx calls by default
- Clang for Windows — alternative compiler, works if you alias/symlink g++ to clang++
Note: If you use WSL instead, just follow the Linux instructions above inside your WSL shell.
