KarlitosVII / trilogy-save-editor

A save editor for Mass Effect Trilogy (and Legendary)
https://www.nexusmods.com/masseffectlegendaryedition/mods/20
Other
155 stars 20 forks source link

Basic Linux Support #8

Closed lyssieth closed 3 years ago

lyssieth commented 3 years ago

A basic PR for Linux support.

Current known issues:

lyssieth commented 3 years ago

This also closes #7.

KarlitosVII commented 3 years ago

Thank you !

TechNomad615 commented 3 years ago

Can you post the commands to make this for Linux? I am not having any luck creating the app. I updated the Makefile & removed .exe from cargo. Is there anything else that needs to be tweaked for Linux?

lyssieth commented 3 years ago

All I did was cargo build --release and it worked.

TechNomad615 commented 3 years ago

thanks, I forgot this was written in rust. I was trying to use make -f Makefile, so just personal mistake