You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ In the `make install` step, examples are placed in `<prefix>/share/flashlight/ex
7
7
## Building In-Source
8
8
Building in-source is simple; examples are built by default. Binaries are placed in `build/examples`.
9
9
10
-
To disable building examples in source, simply make sure `FL_BUILD_EXAMPLES` is `OFF`. Even though examples won't be built, the install step will still place source files in `examples/` in the isntall target directory mentioned above.
10
+
To disable building examples in source, simply make sure `FL_BUILD_EXAMPLES` is `OFF`. Even though examples won't be built, the install step will still place source files in `examples/` in the install target directory mentioned above.
11
11
12
12
## Building as a Standalone Project
13
13
Examples can also be built as standalone projects outside of the `build` directory. After the installation step, simply copy the example source path to a suitable directory, and build:
0 commit comments