Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
f4f086c1
Commit
f4f086c1
authored
Aug 30, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/ONLYOFFICE/core
into develop
parents
895e7ca4
7436d802
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
98 deletions
+0
-98
DesktopEditor/doctrenderer/linux environment setup.txt
DesktopEditor/doctrenderer/linux environment setup.txt
+0
-53
DesktopEditor/doctrenderer/windows environment setup.txt
DesktopEditor/doctrenderer/windows environment setup.txt
+0
-45
DesktopEditor/doctrenderer/Тормоза Ubuntu в Virtual Box.docx
DesktopEditor/doctrenderer/Тормоза Ubuntu в Virtual Box.docx
+0
-0
No files found.
DesktopEditor/doctrenderer/linux environment setup.txt
deleted
100644 → 0
View file @
895e7ca4
sudo apt-get update
# gcc 4.9
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 20
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
# qt
chmod +x qt-opensource-linux-x64-5.4.2.run
./qt-opensource-linux-x64-5.4.2.run
# shared folder
add share forder in wizard vbox
cd /home/oleg/
sudo mkdir activex
sudo mount -t vboxsf share activex
# v8 ---------------------------------------------------------------------------------------------------
sudo apt-get install git
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=`pwd`/depot_tools:"$PATH"
gclient
fetch v8
cd v8
// make native
CFLAGS="-fPIC" CXXFLAGS="-fPIC" make native
#mac:
CFLAGS="-fPIC" CXXFLAGS="-fPIC -stdlib=libc++" LDFLAGS="-stdlib=libc++" make native
# or ---------------------------------------------------------------------------------------------------
sudo apt-get install git
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=`pwd`/depot_tools:"$PATH"
sudo apt-get install subversion
svn co http://v8.googlecode.com/svn/branches/bleeding_edge v8
cd v8
make dependencies
// make native
CFLAGS="-fPIC" CXXFLAGS="-fPIC" make native
---------------------------------------------------------------------------------------------------------
# additionals
zlib: sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev
cef3:
sudo apt-get install libperl-dev (??)
sudo apt-get install libgtk2.0-dev
sudo apt-get install libcairo2-dev
sudo apt-get install libgtkglext1-dev
\ No newline at end of file
DesktopEditor/doctrenderer/windows environment setup.txt
deleted
100644 → 0
View file @
895e7ca4
windows:
1) install git:
http://msysgit.github.io/
2) checkout v8
cd .../ServerComponents/DesktopEditor/doctrenderer
create folder v8_windows
cd v8_windows
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
add System Environment Path:
.../ServerComponents/DesktopEditor/doctrenderer/v8_windows/depot_tools;
fetch v8
cd v8
git checkout 3.30.34
add System Environment Path:
.../ServerComponents/DesktopEditor/doctrenderer/v8_windows/depot_tools/python276_bin;
3) generate visual studio project
32bit: python build/gyp_v8
64bit: python build/gyp_v8 -Dtarget_arch=x64
build project in visual studio ( - , )
a) open all.sln
b) select projects:
icui18n
icuuc
mksnapshot
v8_base
v8_libbase
v8_libplatform
v8_nosnapshot
) Project Properies -> Configuration Properties -> C/C++ ->Code Generation
for Debug Configuration change "Runtime Library" to "Multi-threaded Debug DLL (/MDd)"
for Release Configuration change "Runtime Library" to "Multi-threaded DLL(/MD)"
Rebuild All
4) Rebuild doctrenderer project
DesktopEditor/doctrenderer/Тормоза Ubuntu в Virtual Box.docx
deleted
100644 → 0
View file @
895e7ca4
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment