Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 361 Bytes

compile_env.md

File metadata and controls

18 lines (11 loc) · 361 Bytes

Preparation of Source Code Compilation Environment

Dependent Tool Installation

Compiled Tengine Lite depends on the following basic tools such as git, g++, cmake, make . if it is not installed:

  • For Ubuntu18.04 :

    sudo apt-get install cmake make g++ git
  • For Fedora28:

    sudo dnf install cmake make g++ git