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
c34168da
Commit
c34168da
authored
Jul 15, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ mac icu fetch
parent
7200cfa7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
Common/3dParty/icu/build.sh
Common/3dParty/icu/build.sh
+0
-0
Common/3dParty/icu/fetch.sh
Common/3dParty/icu/fetch.sh
+16
-0
No files found.
Common/3dParty/icu/build.sh
100644 → 100755
View file @
c34168da
File mode changed from 100644 to 100755
Common/3dParty/icu/fetch.sh
100644 → 100755
View file @
c34168da
...
...
@@ -58,3 +58,19 @@ fi
cp
"./usr/local/lib/libicudata.so.55.1"
"build/libicudata.so.55"
cp
"./usr/local/lib/libicuuc.so.55.1"
"build/libicuuc.so.55"
fi
if
[[
"
$platform
"
==
*
"mac"
*
]]
then
if
[
-d
"./icu"
]
then
echo
"icu already extracted"
else
svn
export
http://source.icu-project.org/repos/icu/icu/tags/release-55-1 ./icu
fi
cd
./icu/source/
./runConfigureICU MacOSX
make
cd
../../
cp
"./icu/source/lib/libicudata.55.1.dylib"
"build/llibicudata.55.1.dylib"
cp
"./icu/source/lib/libicuuc.55.1.dylib"
"build/libicuuc.55.1.dylib"
fi
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