Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 authored Mar 11, 2024
1 parent 54142ab commit d01506e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,8 @@ The main runme.sh script supports passing CMake flags to it and allows turning o
-D TLRENDER_USD=OFF
Currently, the main flags supported (that have an effect on how long it takes to compile) are:
| Name | Description | Default |
| ----------------- | ------------------------------------------------- | --------- |
| BUILD_FLTK | Toggles FLTK building (currently needed) | TRUE |
| BUILD_PYTHON | Toggles Python building or system installed. | TRUE |
| MRV2_PYBIND11 | Toggles Python support in mrv2. | TRUE |
| MRV2_NETWORK | Toggles Network and Single Instance. | TRUE |
| MRV2_PDF | Toggles PDF Saving and Creation. | TRUE |
| TLRENDER_USD | Toggles support for USD | TRUE |
| TLRENDER_NET | Toggles support for Network playback | TRUE |
| TLRENDER_RAW | Toggles support for RAW Camera formats | TRUE |
The flags are listed when you start the runme.sh script. If you want to make some change to the flags permanent, you should change them
in runme_nolog.sh or create a wrapper script that calls runme.sh.
## Building FFmpeg as GPL or LGPL
Expand Down

0 comments on commit d01506e

Please sign in to comment.