forked from artoolkitx/jsartoolkit5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link artoolkit5 sources for empscripten and update paths.
- Loading branch information
1 parent
2d06c0e
commit 3489cb2
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "emscripten/artoolkit5"] | ||
path = emscripten/artoolkit5 | ||
url = https://github.com/artoolkit/artoolkit5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
How to update the emscripten build from the ARToolKit sources. | ||
============================================================== | ||
|
||
1. artoolkit5 is linked as a git submodule. Do the following: | ||
1. git submodule init | ||
2. git submodule update | ||
2. From the root of the repository, execute the following: | ||
* source PATH_TO_EMSCRIPTEN/emsdk_env.sh && emconfigure ./configure && node tools/makem.js | ||
|
||
|
Submodule artoolkit5
added at
771856
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters