Ti Value build description - HomeFourtune/Ti-Value GitHub Wiki

  1. Prepare build environment:
  2. ubuntu14.04 64-bit or ubuntu16.04 64-bit
  3. Download code from Github https://github.com/HomeFourtune/Ti-Value
  4. tv_src is the source code directory.
  5. Install g++ and qmake using the following command:
  6. sudo apt-get install g++
  7. sudo apt-get install qt4-qmake
  8. Install below libraries using the following command:
  9. sudo apt-get install libboost-all-dev
  10. sudo apt-get install libssl-dev
  11. sudo apt-get install libminiupnpc-dev
  12. Go to the source code directory:
  13. cd tv_src
  14. If using ubuntu14.04 64-bit, executing the following command:
  15. cp lib_ubuntu1404/* lib/
  16. If using ubuntu16.04 64-bit, executing the following command:
  17. cp lib_ubuntu1604/* lib/
  18. Build it using the following commands:
  19. qmake
  20. This command, a file Makefile will have been generated in the tv_src directory.
  21. make
  22. Once the build has completed successfully, a usable installation tiValue will have been produced in the tv_src directory.