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-06-12 18:25:28 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-06-12 18:33:19 +0300
commit0cf521c4065ea852aa0db84352346955edd609dd (patch)
treeb57a184cd15e990bf7fd1d429f4148c9b30e587a /README.md
parent4f5f51a08514a69c2417b1e8fdf3dcca1b0372f2 (diff)
Update build script and instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index be857e23..c7c345c4 100644
--- a/README.md
+++ b/README.md
@@ -23,11 +23,16 @@ If you don't want to mess around with dependencies, you need simply install `uno
### WebODF upgrade ###
1. Build WebODF:
+
+ ./src/updateWebODF.sh prepare
+or
+
+
git clone https://github.com/kogmbh/WebODF.git webodf
mkdir build
cd build
cmake ../webodf
- make webodf-debug.js-target editor-compiled.js-target
+ make all webodf-debug.js-target build-wodocollabtexteditor
2. Refresh code and create a new branch:
@@ -38,7 +43,8 @@ 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/buildDir
+ ./src/updateWebODF.sh copy
+ ./src/updateWebODF.sh patch
4. Resolve confilcts in patches (if any). Commit changes.
5. Update patches in `/path/to/documents/src/patches` according to conflicts. Commit changes.