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

Compiled on Linux but no putty or pterm? #1

Closed
wsdickerson opened this issue Feb 22, 2023 · 2 comments
Closed

Compiled on Linux but no putty or pterm? #1

wsdickerson opened this issue Feb 22, 2023 · 2 comments

Comments

@wsdickerson
Copy link

I downloaded putty-0.78 to install on Rocky Linux release 9.1 (Blue Onyx) (Linux 5.14.0-162.6.1.el9_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 18 02:06:38 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux) .

cmake .; cmake --build .; sudo cmake --build . --target install

I now have psusan, pageant, puttygen, plink, pscp and psftp in /usr/local/bin. But I can't find pterm or putty. They are not listed in the valid targets for the Makefile.

What am I missing?

@Erickdrakus93
Copy link

I think you need the next libraries gcc or some secundary dependecies of gcc or/and libgtk-3-dev make so try to run :
sudo apt install gcc libgtk-3-dev make.

@wsdickerson
Copy link
Author

On Rocky Linux 9, it was gtk3-devel.x86_64. That was it - thank you.

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