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

Add basic build instructions #6

Open
aggregate1166877 opened this issue Apr 16, 2023 · 1 comment
Open

Add basic build instructions #6

aggregate1166877 opened this issue Apr 16, 2023 · 1 comment

Comments

@aggregate1166877
Copy link

Would it be possible to add basic build instructions to the readme? Doesn't need to be anything too in-depth; just a one-liner for the needed build command.

I assume this is built with either make or cmake, but neither work for me:

$ make
make: *** No targets specified and no makefile found.  Stop.
$ cmake
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>
@aggregate1166877
Copy link
Author

aggregate1166877 commented Apr 16, 2023

Seems I've figured it out, at least Linux Mint:

# Install dependencies:
apt install build-essential qt5-default make cmake

# Prep and build:
cmake .
make

# Run:
./xcursor-viewer

Works very nicely :)

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

1 participant