Skip to content

Commit e6b6789

Browse files
authored
Update readme build instructions
1 parent 33a0ba1 commit e6b6789

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ Follow these steps to build Nanoforge from source. Prebuilt versions are availab
3939

4040
### Requirements
4141
To build Nanoforge from source you'll need these programs:
42-
- [Visual Studio 2019 with C++ Cmake tools](https://visualstudio.microsoft.com/downloads/) - If you already installed VS2019 and didn't check the CMake option you can install it by clicking `Tools > Get Tools and Features`, then checking "C++ Cmake tools for Windows" in the Individual Components tab of the installer.
42+
- [Beeflang IDE (windows only)](https://www.beeflang.org/) - To compile the source code.
4343
- [Git](https://git-scm.com/) - For downloading dependencies.
4444

4545
### Steps
4646
1) Clone the repo with `git clone https://github.com/Moneyl/Nanoforge.git`
4747
2) `cd` into the directory you cloned the repo to then download the dependencies with `git submodule update --init --recursive`
48-
3) Open the project in VS2019 by right clicking the folder you cloned it in and selecting "Open in Visual Studio". Alternatively select the folder with `File > Open > Folder...` in VS2019.
49-
4) Build the project with `Build > Build Nanoforge.exe` (Ctrl + B). Make sure Nanoforge.exe is selected as the build target. The first time opening the project you might need to wait for CMake config to finish before the option becomes available. I recommend using the "x64-RelWithDebInfo" build option since it'll be optimized but still have some debug info so you can use the debugger. Nanoforge is very slow when built with the normal debug option.
50-
5) Once it's done building you can run it with the debugger attached using F5 or without using Ctrl + F5.
48+
3) Open the project in the Beef IDE via `File > Open > Open Workspace...`
49+
4) Build and run the project with F5.

0 commit comments

Comments
 (0)