roalyr / pglowrpg

Procedurally Generated Living Open World RPG
GNU General Public License v3.0
99 stars 2 forks source link

How do I install? #38

Closed racksonjoss101 closed 3 years ago

racksonjoss101 commented 3 years ago

Hello, I have rust and all the things i need to have to run it but I don't know how! Help me please!

-

roalyr commented 3 years ago

Hello, download the whole thing, unpack it (or git clone), and execute cargo run --release in the folder.

roalyr commented 3 years ago

If you've figured it out, feel free to close the issue.

racksonjoss101 commented 3 years ago

witch folder

On Sun, Nov 14, 2021 at 1:12 PM Roman Yeremenko @.***> wrote:

Closed #38 https://github.com/roalyr/pglowrpg/issues/38.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/roalyr/pglowrpg/issues/38#event-5614739986, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASXY3FERI4TBXUUJF5ER6MDUMAQ3ZANCNFSM5H5OVBDA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

roalyr commented 3 years ago

In the root folder, obviously. The one that contains README and Cargo.toml. Open your terminal or powershell, navigate there and in there run cargo run --release. It will compile the project once and then you can run it with the same command every time you want.