🐧Building on Linux
sudo dnf install openssl-develrpm-ostree upgrade
rpm-ostree install openssl1.1.x86_64wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.debsudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.debStep 1: Get the source code

Step 2: Install your build environment
Install system prerequisites:

Install flutter (three different methods):


Setting up your development environment:

xx/AppFlowy/frontend/scripts/install_dev_env/.
"Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path."Step 3: Build AppFlowy (Flutter GUI application)
Building the AppFlowy binary:

Step 4: Run the application
For running the release binary:
For running the debug binary:

Miscellaneous: Running the application without building (using VS Code)

Last updated
Was this helpful?

