Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit authored Jul 12, 2021
1 parent 1dfd447 commit 031059c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ unity-vorbis\projects\Android\app\.cxx\cmake\debug\[TARGET_ABI]\ogg_build\includ
I have no idea why vorbis plugin developers include the vorbisenc.c file only for Windows.
The code above will include the vorbisenc.c file to the Vorbis library.

By default you'll get the debug versions of the libraries. To build the release versions you need to run the gradle task "compileReleaseSources". To do so you need to
click gradle menu on top right side of Android Studio and go to "Android->app->Tasks->build->compileReleaseSources"

The output libraries you'll find in following folders:
```unity-vorbis\projects\Android\app\build\intermediates\cmake\[debug OR release]\obj\[TARGET ABI]\```

**Build on MacOS for iOS operating system**:

Install CMake. Open the "unity-vorbis/projects/CMake" folder and generate xCode project.
Expand Down

0 comments on commit 031059c

Please sign in to comment.