Skip to content

en doc checkout compile

斟酌 鵬兄 edited this page May 17, 2018 · 4 revisions

How to compile

git clone

git clone https://github.com/tgckpg/wenku10.git
git submodule init
git submodule update
  1. Sign the assembly first( or checkout the branch unsigned-master if you don't want to deal with signing issues )
  2. For libtranslate, you'd also need to run submodule init, update within that repo too.
  3. Once built, unload the unwanted libraries.
  4. Read the guidelines
  5. Write some codes!

branches

  • master is the latest signed development branch
  • unsigend-master is the latest unsigned development branch
  • features & bugfixes please create a new branch from unsigned-master
  • The same applies to libraries.( Some libraries does not require signing. Thus there is no unsigned-master, so just checkout from master. )
  • testing channel will not be tagged. Only beta channel or production channel