Remove reference to git bash (no longer necessary)

This commit is contained in:
2025-09-15 12:06:24 -05:00
parent ffd11d0995
commit 5ccd71c285

View File

@@ -20,7 +20,7 @@ Download the DLL from the latest release on the [releases page](https://git.the-
I despise Visual Studio and like to manage my own build process. I prefer something simple like a script to build and that's currently what I have.
1. You'll need git bash and an installation of MSVC (likely via downloading/installing Visual Studio and then installing the C++ build tools).
1. You'll need an installation of MSVC (likely via downloading/installing Visual Studio and then installing the C++ build tools).
2. Get the source code. `git clone --recurse-submodules https://git.the-embedded-lab.com/shamilton/LivePlotter.git`
3. Build the glfw library. `cd ext/glfw`. `mkdir build && cd build && cmake ..`. Open GLFW.sln, Change the configuration to "Release, and build the solution.
4. Find `vcvars64.bat` in your installation and modify the path in [activate.bat](./activate.bat) to point to it.