You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm not so familiar with cake and cross-compiling in general. And I'm trying to build cppcoro for my project on Rasbery Pi.
Is there the way to build cppcoro for Rasbery Pi and use it in my project? Thanks.
The text was updated successfully, but these errors were encountered:
@Michael1249 you can use your own CMakeLists for this, and add library as submodule. Another option is to use the existing CMakeLists from one of the pull requests to this repository.
Or you can simply install cake, build library with it and just install it somewhere with corresponding headers.
Hi! I'm not so familiar with cake and cross-compiling in general. And I'm trying to build cppcoro for my project on Rasbery Pi.
Is there the way to build cppcoro for Rasbery Pi and use it in my project? Thanks.
The text was updated successfully, but these errors were encountered: