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
40e08d2e
Commit
40e08d2e
authored
Jul 19, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux v8 checkout & build. work version
parent
b316fe30
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
Common/3dParty/v8/build.sh
Common/3dParty/v8/build.sh
+3
-1
Common/3dParty/v8/fetch.sh
Common/3dParty/v8/fetch.sh
+4
-7
No files found.
Common/3dParty/v8/build.sh
View file @
40e08d2e
...
...
@@ -33,7 +33,7 @@ cd "$SCRIPTPATH/v8"
if
[[
"
$platform
"
==
*
"linux"
*
]]
then
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
GYPFLAGS
=
-Dclang
=
0
cp
"./out/native/obj.target/tools/gyp/libv8_base.a"
"./../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libbase.a"
"./../
$platform$arch
/"
...
...
@@ -46,6 +46,8 @@ cp "./out/native/obj.target/third_party/icu/libicuuc.a" "./../$platform$arch/"
cp
"./out/native/obj.target/third_party/icu/libicudata.a"
"./../
$platform$arch
/"
cp
"./third_party/icu/linux/icudtl_dat.S"
"./../
$platform$arch
/"
cp
"./third_party/icu/source/data/in/icudtl.dat"
"./../
$platform$arch
/"
fi
if
[[
"
$platform
"
==
*
"mac"
*
]]
...
...
Common/3dParty/v8/fetch.sh
View file @
40e08d2e
...
...
@@ -5,19 +5,16 @@ SCRIPTPATH=$(dirname "$SCRIPT")
cd
"
$SCRIPTPATH
"
if
[
-d
"depot_tools"
]
if
[
!
-d
"depot_tools"
]
then
echo
""
else
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
fi
export
PATH
=
`
pwd
`
/depot_tools:
"
$PATH
"
gclient
if
[
-d
"./v8"
]
if
[
!
-d
"./v8"
]
then
gclient
sync
else
fetch v8
fi
gclient
sync
-r
4.10.253
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