Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cuinjune committed Sep 2, 2019
1 parent 99de45f commit 8c0ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofelia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Place the folder within the directory `OF/addons`. ("OF" indicates the base dire
* Replace Pd patches and data in `yourProject/bin/data/pd` with your files.
* Build the project and find the executable file in `yourProject/bin` directory.

## Running the Emscripten example on a web browser
## Running the Emscripten example in a web browser
* Download the latest [nightly build](https://openframeworks.cc/ci_server/versions/nightly/) of openFrameworks.
* Download [ofxOfelia_Emscripten.zip](https://github.com/cuinjune/ofxOfelia/releases/latest) and rename the extracted folder to `ofxOfelia`.<br />
Place the folder within the directory `OF/addons`. ("OF" indicates the base directory of openFrameworks)
* (macOS / Linux) Open the Terminal and run the following to update openFrameworks.
<pre>cd OF/addons/ofxOfelia/scripts/Emscripten
sudo ./updateOF.sh</pre>
* Install Emscripten following the [setup guide](https://openframeworks.cc/setup/emscripten/).
* Run the following command to run the project on a web browser.
* Run the following command to run the project in your browser.
<pre>cd OF/addons/ofxOfelia/EmscriptenExample
emmake make
emrun bin/EmscriptenExample.html</pre>
Expand Down

0 comments on commit 8c0ef62

Please sign in to comment.