Skip to content

Commit

Permalink
add placeholder whats next page
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Oct 1, 2023
1 parent 2d2766a commit 088f581
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 3 additions & 1 deletion getting-started-new/ide-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ None of these extensions are "required", but they will make your experience much

There are a few steps you should follow to get proper intellisense (you should only need to do these once per project, ideally):

<!-- TODO: i dont like how much text there is here :( its kinda confusing -->

1. With VSCode open on your project, press **F1** and run `CMake: Select a Kit`. This will bring up a list of installed compilers on your machine.
![Image showing a bunch of compilers CMake detected in VS Code](/assets/win_compilers.png)\
On **Windows**, you should go with a Visual Studio compiler that is either `x86` or `amd64_x86`. Note that there is also an `x86_amd64` compiler - you don't want to pick that one!\
Expand All @@ -40,7 +42,7 @@ Scroll down to **Advanced** options, and set the Configuration Provider as `ms-v

Now if you run `CMake: Configure`, assuming you have Geode properly installed, the include errors should go away.

If the errors still persist, try building the mod with `CMake: Build`. If the build is succesful but the errors don't disappear, try restarting VS Code.
If the errors still persist, try building the mod with `CMake: Build`. If the build is successful but the errors don't disappear, try restarting VS Code.

# Visual Studio
TODO
Expand Down
10 changes: 1 addition & 9 deletions getting-started-new/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: Getting Started (new)
order: 1
---

1. Prerequisites
1. C++ stuff
1. Geode CLI
1. Setting up the SDK
1. Creating a new mod
1. IDE setup
1. What next?
---
10 changes: 10 additions & 0 deletions getting-started-new/what-next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 4. What next?
order: 7
---

# What next?

idk! Its difficult to guide you on what to do next, as you can do pretty much anything :-)

TODO: add link to other pages

0 comments on commit 088f581

Please sign in to comment.