Developer Guide & Source Build
Marka is open source under the MIT License.
Prerequisites
- Flutter SDK (>= 3.0.0)
- Native build tools (gcc, make, gtk3-devel for Linux, Visual Studio for Windows, Xcode for macOS).
Development Build
git clone https://github.com/aimy1/Marka.git
cd Marka
flutter pub get
<h1 class="text-3xl font-bold text-zinc-900 dark:text-zinc-50 mb-6 tracking-tight">Run dev target</h1>
flutter run -d linux # Linux
flutter run -d windows # Windows
flutter run -d macos # macOS
Multi-Platform Packaging Script
To build Fedora RPM, Ubuntu DEB, and AppImage packages on Linux:
flutter build linux --release
chmod +x ./build_linux_packages.sh
./build_linux_packages.sh
Packages will be generated in the dist/ directory.