Skip to content

Commit

Permalink
Further install doc updates: Windows and add a link
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Apr 2, 2024
1 parent 6fa1496 commit 48cf6f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ This should build with the default Visual Studio on Windows and
Makefiles with gcc on Linux and Mac, and install the plugins into the
standard location.

On Windows, you'll need either mingw or git bash to run the shell
script, but all builds are done using the MSVC compiler.


The `build-cmake.sh` script takes a few args:

```
Expand Down
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ Please read the [Contribution Guidelines](https://github.com/ofxa/openfx/wiki/Ex

# Building Libs and Plugins

You can build the examples, support lib, and host support lib using Conan and CMake
On all OSes, you should be able to use `scripts/build-cmake.sh`. For more details, see [install.md](install.md).
You can build the examples, support lib, and host support lib using Conan and CMake.

On all OSes (even Windows with Mingw), you should be able to use `scripts/build-cmake.sh`. For more details, see [install.md](install.md).

# Building Docs

See instructions in Documentation/README.md.
See instructions in [Documentation/README.md](Documentation/README.md).

0 comments on commit 48cf6f7

Please sign in to comment.