Skip to content

Simple suggestion for CMake newbies #35

@JeffMings

Description

@JeffMings

I am thrilled that this project exists and is working across so many versions of hardware for the TEMPerX products. I'd like to make a quick suggestion for those of us who have been using make forever, and have never used cmake. Could you add something short like this to the README file? :

To build this project, you'll need to have a built copy of HIDAPI[1] on your
system somewhere, and a working installation of the CMake[2] build system.

First, you either run make in the top-level directory, or create a build
directory and run cmake yourself - then change into the build dir and run make.

For example, if you’ve unzipped the source into the folder TEMPered ,
mkdir build
cd build
make ..
make install ..

CMake will create several compile-related folders and files in TEMPered/build.
The resulting messages will tell you where the library/resource files and binaries have been copied to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions