A frontend to Assets purchased on Epic Games Store
Use the AUR package
meson _build --prefix=/usr --reconfigure;
- Install rust using rustup
- Install the stable toolchain
rustup install stable
rustup default stable
- Install dependencies: gtk4 libadwaita
- Clone the repository
git clone git@github.com:AchetaGames/Epic-Asset-Manager.git
- Move into the repository
cd Epic-Asset-Manager
- Configure the project
meson _build
- Build the project (the resulting binary is in target/release/epic_asset_manager)
meson compile -C _build
- Or install the project
meson install -C _build