-
-
Notifications
You must be signed in to change notification settings - Fork 11
Developers Building Midori for Linux
Ponchale edited this page Nov 4, 2023
·
1 revision
Machine Specifications:
- Memory: 4GB RAM minimum, 8GB+ recommended.
- Disk Space: At least 40GB of free disk space.
- Operating System: Ubuntu 20.04 LTS or later. You shold update to the latest version of Ubuntu.
Install the following software:
Ubuntu:
sudo apt install curl python3 pip
Fedora:
sudo dnf install python3 python3-pip
- Open Terminal.
cd ~
- Clone the Midori repository. If you want to contribute to Midori, Please read Getting Started. This page is helpful for you.
- Run the following command to install the dependencies. First of building Midori, you need select some choices. Please select the following choices. [1] Build Midori for Desktop.
[n] Do not setup Mercurial
[y] Install Rust
[n] Do not send telemetry data
[n] Do not send patch to Mozilla
cd midori-desktop ./mach bootstrap
- Run the following command to build Midori.
./mach build
- Run the following command to run Midori.
./mach run
Congratulations! You have successfully built Midori on Linux!