Skip to content

Commit

Permalink
update notes on make vs. cmake usage
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Sep 27, 2024
1 parent b76f328 commit 848a86e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Stumpless is configured using the popular [CMake](https://cmake.org/) build
platform. In order to build it from the source you will need this tool
available, as well as any of a number of supported build systems.
[GNU Make](https://www.gnu.org/software/make/) is one of the most well-known
ones, and so most if not all examples you will find in stumpless
documentation use it. If you prefer to use something else, there is plenty of
support for CMake in other build systems. For example, Visual Studio has CMake
support built in so that you can build targets in a CMake project easily within
the IDE itself.
ones, and many examples you will find online use it. If you prefer to use
something else, there is plenty of support for CMake in other build systems.
For example, Visual Studio has CMake support built in so that you can build
targets in a CMake project easily within the IDE itself.

The `CMakeLists.txt` file contains the build specification for stumpless, and is
worth browsing through if you are curious about where configuration checks,
Expand Down

0 comments on commit 848a86e

Please sign in to comment.