Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-01-23 17:31:41 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-01-23 17:31:41 +0300
commiteccc5e52652bbb850ac4db11e61f55e4f65f67ab (patch)
tree5313a69cedac91f29816ec0c04b5310fa6f3e2ba /README.md
parent9aa4275508d6f0e6c937e63d7d1840beaf6d1e1d (diff)
Fix build target
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c87794fb..be857e23 100644
--- a/README.md
+++ b/README.md
@@ -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.