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

Build instructions #91

Open
aboeing opened this issue Feb 27, 2025 · 2 comments
Open

Build instructions #91

aboeing opened this issue Feb 27, 2025 · 2 comments

Comments

@aboeing
Copy link

aboeing commented Feb 27, 2025

Can you please add build instructions into the readme.

@jonasmr
Copy link
Owner

jonasmr commented Feb 27, 2025

The instructions are here:

https://github.com/jonasmr/microprofile/tree/master?tab=readme-ov-file#integration

If you need examples, i suggest you look at the github action file, that compiles and runs for both linux, osx and windows:

https://github.com/jonasmr/microprofile/blob/master/.github/workflows/mp-build.yml

@aboeing
Copy link
Author

aboeing commented Feb 28, 2025

OK, thanks github action file was helpful; building & running the example on OSX was easy enough:

  1. git clone stb into stb folder
  2. type make in the demo/simple folder (or g++ demo_simple.cpp ../../microprofile.cpp -I../.. -std=c++14)
  3. start web browser

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

No branches or pull requests

2 participants