Sysinternals / ProcMon-for-Linux

Procmon is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system.
MIT License
4k stars 259 forks source link

Cmake creating empty folders #73

Open tomcass240 opened 3 years ago

tomcass240 commented 3 years ago

Hey guys, I also run into another issue when following the build instructions.

When I am trying to make the .deb package running the command cmake .. it seems to run fine but just creates a few 22 byte archives which obviously can't be opened.

jahabibi commented 3 years ago

Hey @tomcass240 what commands specifically did you run in an attempt to construct your .deb packages? By default our build instructions do not package Procmon.

MarioHewardt commented 2 years ago

Hey @tomcass240 Can you provide the details @jahabibi asked about above?