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

Makefile and build instructions #1

Open
andrewarrow opened this issue Nov 26, 2022 · 2 comments
Open

Makefile and build instructions #1

andrewarrow opened this issue Nov 26, 2022 · 2 comments

Comments

@andrewarrow
Copy link

andrewarrow commented Nov 26, 2022

Trying to build on a mac but need better README docs on how to run make or equivalent.

https://www.jetbrains.com/help/clion/cmakelists-txt-file.html#cmakelist-template

@kotborealis
Copy link
Owner

There's now a GIF demo on how to build this project, but yeah, I should include text instructions.
Right now you could read full_build.tape as a reference.

To build this project, you need to:

  • clone this repo with submodules;
  • run cmake -B./build and cmake --build ./build

I'm not sure if this will fully work on Mac, but at the very least you should be able to build _headless version, which does not depend on anything except source code and submodule.

@andrewarrow
Copy link
Author

ah yes mac fails on /Users/aa/os/cassette_deck/src/x/x.h:2:10: fatal error: 'X11/Xatom.h' file not found

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