-
Notifications
You must be signed in to change notification settings - Fork 9
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
Instructions on how to use the example app is vague #8
Comments
Hello! When building the project, a bin folder is created in the working directory (this is defined in the CMakePresets.json). So when running the configuration step it will be created and all the generated files from the build will be placed there. The path to the executable of the example app will be "iris_repo_path/bin/build/macos-release/example/". You should be able to find the example console app over there 😄 |
@blamacaz Thanks so much for your response. I think it's configured right, but for some reason the application is not building. Below is the output of my command (Note that
|
@blamacaz Sorry ... accidentally closed this ticket, so reopened. If you could let me know if I did anything wrong above in my previous reply, I'd be in your debt. :-) |
Absolutely! From what I see, the configuration was run correctly. Have you run afterwards |
Ahh .. it works now. I was just a little confused of how it was explained in the documentation ... my bad. Thanks for your help! |
Hello.
Very interested in trying out IRIS. I went through the README.md file and compiled everything on OSX successfully. However, it is not clear where the example app is and how to run it (I see a section where it mentioned runtime flags, but not the location of the binary and/or if there are specific command I should be running to produce the binary.
I did execute the following so far:
Can you tell me where the binary is in the file system? If I need to do another command to produce it, please let me know. I would, of course, update the README.md file with this information if I get it up and running to clarify this to the next developer if you point me in the right direction.
Thanks in advance,
Zoltan.
The text was updated successfully, but these errors were encountered: