Skip to content

Utility to assemble a very basic version of chromium sync server from its repository

Notifications You must be signed in to change notification settings

young-druid/chromium-sync-server-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

chromium-sync-server-gen

Utility to assemble a very basic version of chromium sync server from its repository

Prerequisites

###Step 1

pip install protobuf==2.6.1
pip install tlslite==0.4.6

You should install those particular libraries' versions because they are currently used by Chromium project After that you may run build.py with the following parameters

python build.py -p %USERPROFILE%\app\protoc\protoc.exe -t 39.0.2171.99 -o %USERPROFILE%\pyenvs\chrome-sync-server\server
python -B %USERPROFILE%\pyenvs\chrome-sync-server\server\sync_testserver.py --port 8079 --xmpp-port=8078

About

Utility to assemble a very basic version of chromium sync server from its repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages