How to install rui314/mold. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
rui314/mold Installation Guide
How to install rui314/mold. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for rui314/mold. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i rui314/moldor
Install via npx
npx @hexmos/ipm i rui314/moldPrerequisites
gcc
build_toolVersion: 10.2.0 or later (or 16.0.0 or later for Clang) and libstdc++ 10 or libc++ 7 (or later)
cmake
build_toolVersion: 3.24.5 or later
make
build_toolVersion: 4.1 or later
curl
system_toolVersion: 7.80.0 or later
git
system_toolVersion: 2.34.1 or later
python
languageVersion: 3.8 or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/rui314/mold.git
cd mold
./install-build-deps.sh
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ -B build
cmake --build build -j$(nproc)
sudo cmake --build build --target installMake Installation
make installPost Installation Steps
- Run the following command to start the server: `./start`
- To access the application, open your browser and navigate to `http://localhost:3000/`. You can also use the provided API endpoint at `http://localhost:8080/api/`
