Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a README. #15

Merged
merged 4 commits into from
Jul 14, 2024
Merged

Add a README. #15

merged 4 commits into from
Jul 14, 2024

Conversation

Esper89
Copy link
Contributor

@Esper89 Esper89 commented May 6, 2024

I figured it would be a good idea to have info on how to build the modloader on Linux available outside the Discord server, so I wrote a README.

@Esper89
Copy link
Contributor Author

Esper89 commented May 6, 2024

Wow, I'm impressed that adding one markdown file made the CI fail. 🤣

@Esper89
Copy link
Contributor Author

Esper89 commented May 6, 2024

There we go. 😌

@Esper89 Esper89 requested a review from localcc May 6, 2024 02:39
README.md Outdated Show resolved Hide resolved
@Esper89 Esper89 requested a review from localcc May 17, 2024 02:16
@CJendantix
Copy link

CJendantix commented Jun 25, 2024

You can have temporary environment variables that only last for one command, rather than staying in the environment, by prefixing the commands with the variables rather than exporting them beforehand. I recommend changing

export USE_PRECOMPILED_CPP_LOADER=1
export USE_PREBUILT_ASSETS=1
cargo build --release

to
USE_PRECOMPILED_CPP_LOADER=1 USE_PREBUILT_ASSETS=1 cargo build --release

@konsti219 konsti219 merged commit b0b288d into main Jul 14, 2024
2 checks passed
@konsti219 konsti219 deleted the readme branch July 14, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants