Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo authored Nov 16, 2024
1 parent 3fbb8e8 commit 96e76af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Note that YOU are responsible to know how to use compilers and C++, the hints be

<details>
<summary>Windows</summary>

1. TreeSheets requires the latest development wxWidgets from their repo:
`git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git`.
2. Make sure your `wxWidgets` folder sits parallel to the `src` folder, that way the TreeSheets project will pick it up without further modifications
Expand All @@ -77,6 +78,7 @@ Note that YOU are responsible to know how to use compilers and C++, the hints be

<details>
<summary>Mac OS</summary>

1. Clone this repository with git
```sh
git clone https://github.com/aardappel/treesheets
Expand All @@ -101,6 +103,7 @@ cmake --install _build

<details>
<summary>Linux</summary>

1. Clone this repository with git
```sh
git clone https://github.com/aardappel/treesheets
Expand All @@ -124,6 +127,7 @@ sudo cmake --install _build
</details>
<details>
<summary>Further information for Mac OS / Linux</summary>

- If you have `git` installed, the submodules for wxWidgets will be automatically updated and wxWidgets will be compiled as a CMake subproject. TreeSheets will be then statically linked against this wxWidgets build.
- If you do like to link dynamically against an existing wxWidgets installation instead, you can switch off the option `GIT_WXWIDGETS_SUBMODULES` in the CMake project. In this case:
- You can use the version of wxWidgets from https://github.com/wxWidgets/wxWidgets.git.
Expand Down

0 comments on commit 96e76af

Please sign in to comment.