Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

File metadata and controls

37 lines (25 loc) · 1.08 KB

Install for macOS

System requirements

Installing flutter-tizen

  1. Clone this repository to your local hard drive.

    git clone https://github.com/flutter-tizen/flutter-tizen.git
  2. Add flutter-tizen/bin to your PATH.

    export PATH=`pwd`/flutter-tizen/bin:$PATH

    This command sets your PATH variable for the current terminal window only. To permanently add to your PATH, edit your config file (.bash_profile or .bashrc if using Bash, and .zshrc if using Z shell) by running:

    echo "export PATH=`pwd`/flutter-tizen/bin:\$PATH" >> ~/.bash_profile

    You have to run source ~/.bash_profile or open a new terminal window for this change to take effect.

  3. Verify that the fluter-tizen command is available by running:

    which flutter-tizen