Skip to content

Latest commit

 

History

History
94 lines (64 loc) · 1.46 KB

build_use.md

File metadata and controls

94 lines (64 loc) · 1.46 KB

NosoSova Building

Getting Started

Follow these steps to set up and build the project for various platforms.

Prerequisites

Setting up the build environment

Follow the instructions in this guide Installation Flutter

Clone the Repository

git clone https://github.com/Noso-Project/NosoSova.git
cd NosoSova

Building with scripts

The project can be built using scripts, this is only supported for windows && linux. The scripts are located in the cmd folder

# Linux
cd cmd
./build_linux.sh

# Windows
cd cmd
./build_windows.cmd

Manual assembly for the platform

Install Dependencies

flutter pub get

Build for Linux or Windows

# Linux
flutter build linux

# Windows
flutter build windows

Build for IOS or Macos

# IOS
cd ios
pod install
cd ..
flutter build ios

# Macos
cd macos
pod install
cd ..
flutter build macos

Build for Android

flutter build android

Ways to get an assembly file

# Android
NosoSova/build/app/outputs/apk/flutter-apk/app-release.apk

# Windows
NosoSova\build\windows\runner\Release

# Linux
NosoSova/build/linux/x64/release/bundle/

# Macos
NosoSova/build/macos/Build/Products/NosoSova/