-
Notifications
You must be signed in to change notification settings - Fork 6
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 documentation to build on x86/x64 #14
Comments
I think this can be achieved via defines. Gpio interface used to be fine without stubs because the preprocessor will not see the undefined symbols or dependencies. |
i want to write a wiki page describing the process. your comment is pertinent though, there is a way to manage this through defines. De : ronniebrash notifications@github.com I think this can be achieved via defines. Gpio interface used to be fine without stubs because the preprocessor will not see the undefined symbols or dependencies. Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-178604122. |
don't work for raspberry pi v2 B+! please help me |
Knight1990, please add to the other ticket #18 |
x86/x64 are now supported through the script and documentation is in the wiki. Raspbian remain to be validated |
Add a wiki section with the instructions to build braintone on a x86/x64 platform. This involves cloning the git (data_interface, data_preprocessing, braintone_app), cloning the stub files and copying them into place, editing the makefile, building and launching the apps.
The text was updated successfully, but these errors were encountered: