Merge pull request #435 from owncloud/fix-target

Fix build target
pull/1/head
Lukas Reschke 10 years ago
commit 9ab0a0add5

@ -27,7 +27,7 @@ If you don't want to mess around with dependencies, you need simply install `uno
mkdir build
cd build
cmake ../webodf
make webodf.js-target
make webodf-debug.js-target editor-compiled.js-target
2. Refresh code and create a new branch:
@ -38,7 +38,7 @@ If you don't want to mess around with dependencies, you need simply install `uno
3. Run upgrade script:
./src/updateWebODF.sh /path/to/WebODF/build/dir
./src/updateWebODF.sh /path/to/WebODF/buildDir
4. Resolve confilcts in patches (if any). Commit changes.
5. Update patches in `/path/to/documents/src/patches` according to conflicts. Commit changes.

Loading…
Cancel
Save