Skip to content

Commit c688bfd

Browse files
committed
README: add section for building w/o writing functionality
1 parent a7ad1a4 commit c688bfd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ Please note, for size concerns, tests are only included in the Github repository
165165

166166
## Advanced build options
167167

168+
### Writing functionality
169+
170+
By default, `codem-isoboxer` build file contains all the code that manages the parsing AND the writing functionalities.
171+
If you are only interested in the parsing functionality, you can generate a build without writing functionality. The syntax for building is:
172+
173+
grunt --no-writing
174+
175+
### Modular build
176+
168177
`codem-isoboxer` now has the option for modular builds. This means you can specify which boxes you are interested in during build time and you will get a generated file containing only the necessary boxes. This can help you further decrease the size of the library if you know you will only need access to some boxes. The syntax for building is:
169178

170179
grunt --boxes=moov,mdat

0 commit comments

Comments
 (0)