Skip to content

Commit

Permalink
add brew to cpp icu step
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 3, 2024
1 parent 9b71042 commit d5325e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/cpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Get started with our cross-platform C++ header library.
1. Copy [Velopack.hpp](https://github.com/velopack/velopack.fusion/blob/master/for-cpp/Velopack.hpp) and [Velopack.cpp](https://github.com/velopack/velopack.fusion/blob/master/for-cpp/Velopack.cpp) into your project.

0. If you are on Linux or MacOS, you'll need [ICU4C](https://icu.unicode.org/) installed. Like many other C libraries,
installing the development package with your package manager (`apt` etc) is sufficient to make it available to compilers.
installing the development package with your package manager (`apt`, `brew` etc) should be sufficient to make it available to compilers.
The specific command you'll need is OS/Distro specific.

0. Add the `Velopack::startup()` to your entry point (eg. `main()` or `wmain()`) as early as possible, ideally the first statement to run:
Expand Down

0 comments on commit d5325e7

Please sign in to comment.