kernc / logkeys

:memo: :keyboard: A GNU/Linux keylogger that works!
Other
748 stars 251 forks source link

logkeys autogen.sh script doesn't work #213

Closed vipulme closed 3 years ago

vipulme commented 4 years ago

Hello Team,

Files doesn't generated in build directory. ( cd build; ../configure; make; su; make install) any solution..

jubalh commented 4 years ago

Did you read https://github.com/kernc/logkeys/blob/master/INSTALL ?

vipulme commented 4 years ago

Yes i read. After run ./autogen.sh build directory showing empty (configure doesn't showing)

On Tue, Mar 24, 2020 at 1:37 PM Michael Vetter notifications@github.com wrote:

Did you read https://github.com/kernc/logkeys/blob/master/INSTALL ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kernc/logkeys/issues/213#issuecomment-603089541, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFAICQQN3D67UCOGBPX6WZ3RJBS3LANCNFSM4LSM3ZEQ .

kernc commented 4 years ago

@vipulme Can you paste a record of shell session, showing the error?

kernc commented 3 years ago

After run ./autogen.sh build directory showing empty (configure doesn't showing)

configure script is still in the project root. You just run it from the build dir:

cd build
../configure  # Mind the parent directory

This is called an out-of-tree build.