Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

Building synergy v1.7.1 in CentOS 6.6


Recommended Posts

Terry Westley
I couldn't find any instructions on building for CentOS 6.6. After struggling a bit, this worked for me: [quote]tar xvf synergy-v1.7.1-stable-366f813-Source.tar.gz pushd synergy-1.7.1-Source pushd ext unzip gmock-1.6.0.zip -d gmock-1.6.0 unzip gtest-1.6.0.zip -d gtest-1.6.0 perl -pi -e "s/qmake_cmd = 'qmake'/qmake_cmd = 'qmake-qt4'/" toolchain/commands1.py popd ./configure --prefix=$HOME/usr && make [/quote] We have some special-purpose compilers. I had to remove them from my path. This is what I used: [quote][~] $ gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) [~] $ cmake --version cmake version 2.8.12.2 [/quote]
Link to post
Share on other sites
  • 8 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...