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

Need help in installing #51

Open
jcee116 opened this issue Mar 5, 2024 · 1 comment
Open

Need help in installing #51

jcee116 opened this issue Mar 5, 2024 · 1 comment

Comments

@jcee116
Copy link

jcee116 commented Mar 5, 2024

I am having difficulty in understanding the installation process. I got stuck on this codes

mkdir build && cd build && cmake /path/to/source
cmake --build .

and

sudo make install

@UVLabs
Copy link

UVLabs commented Mar 11, 2024

  • Run command to install dependencies on your computer
sudo apt install build-essential cmake libcups2-dev libcupsimage2-dev
  • Run command
mkdir build && cd build && cmake </path/to/source>

</path/to/source> should be replaced with the path where you downloaded the zip file. To find the path you can open the extracted folder inside your terminal and type pwd

  • While inside build folder, build contents with
cmake --build .
  • Run install command to add driver to OS
sudo make install

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