diff options
author | louie <lshprung@yahoo.com> | 2021-12-10 15:26:13 -0800 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2021-12-10 15:26:13 -0800 |
commit | a3d8a9508f3d0edfffc1ab5791bb29b0ae7a79c5 (patch) | |
tree | f546c0bf53e07fec255529c82c42148b1c9f0ae1 /docs/windows_compile_instructions.md | |
parent | e58f35f4580ad4377c3ba5dcaee5bbbd938713c6 (diff) |
Changed name. May tidy up/differentiate 'Terminal Media Launcher' vs 'terminal-media-launcher'
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r-- | docs/windows_compile_instructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index 8966263..21530fb 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -10,13 +10,13 @@ Compiling on Windows requires access to the MinGW toolchain. The easiest way to 4. `pacman -S git mingw-w64-x86_64-gcc mingw-w64-x86_64-ncurses make` to install necessary packages -5. `git clone https://github.com/lshprung/tml` to clone the repository +5. `git clone https://github.com/lshprung/terminal-media-launcher` to clone the repository -6. `cd tml` to enter the repository +6. `cd terminal-media-launcher` to enter the repository 7. `make` to compile -If you did everything correctly, compilation should succeed. Open File Explorer in the current directory (can be done by running `explorer .` in MSYS2 terminal) and double click the generated executable (should be called tml.exe) +If you did everything correctly, compilation should succeed. Open File Explorer in the current directory (can be done by running `explorer .` in MSYS2 terminal) and double click the generated executable (should be called terminal-media-launcher.exe) ## Resolving Missing .dll Files |