Skip to content
alesiong edited this page May 20, 2017 · 1 revision
  1. Which prebuilt library should I choose?

    The release files are named as os-(platform)-compiler. So you need first to choose according to your operating system. Then if you are using windows, choose the platform(x86 for 32 bit and x64 for 64 bit) according to the compiler you use (not the system). (By the way, for macOS and Linux, all are for 64 bit) Finally of course, choose the compiler according to your compiler. A simple list:

Environment Package to use
Linux (default) linux-gcc
macOS (default) macos-clang
Visual Studio 2015 on win32 windows-x86-msvc-2015
Visual Studio 2015 on win64 windows-x64-msvc-2015
Qt Creator with MinGW32 windows-x86-mingw
  1. I am a developer, can I use the travis-ci to generate document automatically?

    The travis-ci it will push generated documents to the repo you are in, so you need to add a private token to your repo(fork) in travis-ci dashboard, named GITHUB_TOKEN. See https://docs.travis-ci.com/user/deployment/pages/ for help. If you do not set GITHUB_TOKEN, the auto-generation will not be triggered.

    First generate a personal access token 2017-05-09 8 13 52

    Then add it to the travis-ci

2017-05-09 8 13 21

Clone this wiki locally