Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

Faction Painter, Unit Editor and Translator tools are not not enabled at compile time on Ubuntu 22.04.3 LTS #280

Closed ilia-sharafutdinov closed 8 months ago

ilia-sharafutdinov commented 8 months ago

I'm using the 4.2.3 source code upload and trying to compile it with cargo build --release.

Frodo45127 commented 8 months ago

Tools require the "enable_tools" feature to be enabled when compiling with cargo to work. If you want to manually compile rpfm and use them, enable that feature.

ilia-sharafutdinov commented 8 months ago

How do I enable the tools?

UPD: Ok, I understood, I need to use --features "enable_tools". Can you please provide an instructional comment in the build manual?

Frodo45127 commented 8 months ago

Done.