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

Looking for latest Windows compiled build for Synergy over USB #31

Open
mkanet opened this issue Oct 27, 2015 · 8 comments
Open

Looking for latest Windows compiled build for Synergy over USB #31

mkanet opened this issue Oct 27, 2015 · 8 comments
Assignees

Comments

@mkanet
Copy link

mkanet commented Oct 27, 2015

Im looking for a Windows compiled build for Synergy through USB. Could someone please be kind enough to point me to the latest compiled version?

@code-fodder
Copy link

Did you get an answer for this? I am trying to do the same. Also need it for ubuntu/linux....

@ohhmm
Copy link
Owner

ohhmm commented Feb 20, 2016

Hello guys. Is it still actual for you? I could build.

@code-fodder
Copy link

Actually.. in the end I could build it. But I had to do the following:

  1. For windows, I had to get a copy of libusbx-1.0.18-win and then add this into the PATH
  2. In findlibusb-1.0.cmake I had to add set(LIBUSB_1_LIBRARY C:\local\libs\libusbx\libusb-1.0.dll) to point the cmake to my libusb.
  3. Since I was using msvc 2008 I had to convert the c++11 code (mostly replacing 'auto' keywork with the actual type - load of STL types).
  4. Finally, since there are no instructions it took a while to figure out that you have to unpack tools/cryptopp562.zip into a directory called tools/cryptopp562

So, now I have built it for windows (ran the unit test and got all passes). Now I have to build it on linux. But before I do that I might try to test it windows to windows.

The main problem I have left is that there is no documentation on how to use this thing! I guess we have to run uSynergy (usb-synergy)?? - but I have no idea what parameters to pass or how to use it :(

@iHateInventNames - Do you know how to use this tool?

I'll update how to build for linux (if I encounter any issues)
Thanks!

@ohhmm
Copy link
Owner

ohhmm commented Feb 21, 2016

Glad to read! On configuring with cmake you probably want to specify
SYNERGY_BUILD_GUI=TRUE option.
Those issues have original roots.
Except the one about libusbx.

On Sun, Feb 21, 2016 at 12:56 AM, code-fodder [email protected]
wrote:

Actually.. in the end I could build it. But I had to do the following:

  1. For windows, I had to get a copy of libusbx-1.0.18-win and then add
    this into the PATH
  2. In findlibusb-1.0.cmake I had to add set(LIBUSB_1_LIBRARY
    C:\local\libs\libusbx\libusb-1.0.dll) to point the cmake to my libusb.
  3. Since I was using msvc 2008 I had to convert the c++11 code (mostly
    replacing 'auto' keywork with the actual type - load of STL types).
  4. Finally, since there are no instructions it took a while to figure out
    that you have to unpack tools/cryptopp562.zip into a directory called
    tools/cryptopp562

So, now I have built it for windows (ran the unit test and got all
passes). Now I have to build it on linux. But before I do that I might try
to test it windows to windows.

The main problem I have left is that there is no documentation on how to
use this thing! I guess we have to run uSynergy (usb-synergy)?? - but I
have no idea what parameters to pass or how to use it :(

@iHateInventNames https://github.com/iHateInventNames - Do you know how
to use this tool?

I'll update how to build for linux (if I encounter any issues)
Thanks!


Reply to this email directly or view it on GitHub
#31 (comment)
.

Sergei Krivonos
skype: sergio_krivonos

@code-fodder
Copy link

There is a GUI?...cool : )
Err..... I really am new to cmake.... how do I set this variable? / i.e. how do you configure cmake? I have only run cmake with "cmake ." command and no parameters, is it a parameter?

Thanks

@ohhmm
Copy link
Owner

ohhmm commented Feb 24, 2016

probably you find useful cmake-gui (sudo apt-get install cmake-qt-gui)
cmake-gui /path/to/build

@ohhmm
Copy link
Owner

ohhmm commented Mar 3, 2016

How its going? Need any help? Also you could add -DSYNERGY_BUILD_GUI=TRUE to command line

@ohhmm ohhmm self-assigned this Mar 23, 2016
@ohhmm
Copy link
Owner

ohhmm commented Oct 6, 2021

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

3 participants