Dinesh966 / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

When are you planning for release of 2.0 #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Any fix date

Original issue reported on code.google.com by rajeevmi...@gmail.com on 23 Aug 2013 at 10:40

GoogleCodeExporter commented 8 years ago
I was hoping to have a developer preview out this weekend for Linux and 
Windows.  The code is close, but my weekend is pretty busy.

Original comment by a...@1stleg.com on 23 Aug 2013 at 5:26

GoogleCodeExporter commented 8 years ago
So, I am hoping this coming weekend.

Original comment by rajeevmi...@gmail.com on 27 Aug 2013 at 11:39

GoogleCodeExporter commented 8 years ago
I still need to do some testing but Windows should at least compile and run in 
the trunk as of revision 752.  Compile requires Java and Ant installed and 
configured as before.  If you need help installing them, see the wiki.  The 
toolchain is a little more advanced but should provide a more stable building 
environment.

Get and run the latest mingw gui installer:  
http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/

Choose to install both the C (gcc) compiler and msys basic system to c:\mingw

open a terminal and type the following two commands:
mingw-get install msys-libtool
mingw-get install msys-make

Download the latest pkg-config
http://sourceforge.net/projects/pkgconfiglite/files/

Extract the contents of the pkg-config-lite sub folder into c:\MinGW\msys\1.0 
and say yes when prompted to extract into bin\ and share\.

Finally add both c:\MinGW\bin and c:\MinGW\msys\1.0\bin separated by a ; to 
your windows %Path% variable.  Your path variable should end in 
';C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%ANT_HOME%\bin;%JAVA_HOME%\bin'

You will need to logout and back in or reboot before the changes will take 
effect.  After that simply run 'ant distclean compile jar' to build a working 
jar for Windows.

I should have some working binaries in a few days.

Original comment by a...@1stleg.com on 27 Aug 2013 at 9:52

GoogleCodeExporter commented 8 years ago
I have attached a windows build of 1.2 preview 1.

Instructions for building win64:

Get and run the latest mingw-w64 gui installer:  
http://sourceforge.net/projects/mingwbuilds/

Run the installer and choose the following options:
Version: <Latest>
Architecture: <Target Arch>
Threads: Windows
Exception: seh
Build revision: <Latest>

Install to: C:\MinGW

Grab the latest version of MSYS2 that matches the arch you added:
http://sourceforge.net/projects/msys2/files/Alpha-versions/

Extract to: C:\MinGW\msys64

Finally add both C:\MinGW\mingw64\bin and C:\MinGW\msys64\bin separated by a ; 
to your windows %Path% variable.  Your path variable should end in 
';C:\MinGW\mingw64\bin; C:\MinGW\msys64\bin;%ANT_HOME%\bin;%JAVA_HOME%\bin'

Original comment by a...@1stleg.com on 14 Sep 2013 at 10:33

Attachments:

GoogleCodeExporter commented 8 years ago
Version 1.2.0-Beta1 is now available.

Original comment by a...@1stleg.com on 22 Jan 2014 at 7:48