From 310484479a5924198eca2014000d9b2e0fa0578c Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:05:28 +0200 Subject: [PATCH 1/8] new readme file for windows developers --- developers.windows.md | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 developers.windows.md diff --git a/developers.windows.md b/developers.windows.md new file mode 100644 index 000000000..a299793ae --- /dev/null +++ b/developers.windows.md @@ -0,0 +1,51 @@ +#Windows Development Environment for Dasher + +This is a guide for Dasher developers on Windows. + +##Build Status + ++Windows: ++[![Build status](https://ci.appveyor.com/api/projects/status/hpvrm5230qlay15m?svg=true)](https://ci.appveyor.com/project/erdemkiraz/dasher) ++\- +Java: +[![CircleCI Build Status](https://circleci.com/gh/dasher-project/dasher.svg?style=shield)](https://circleci.com/gh/dasher-project/dasher) + +##Dasher Version 5.0 +Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs). +It is usable with highly limited amounts of physical input while still allowing high rates of text entry. + +Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory + +##Requirements + +Expat XML Parser +Downloads can be found at http://expat.sourceforge.net + +The project files use environment variables to locate the root directories of +the prerequisites. You can set these in the Windows control panel: +Control Panels->System->Advanced->Environment Variables. + +Here are the variable names and their default install locations (you may +need to change these to reflect reality on your system): + +EXPAT C:\Program Files\Expat 2.2.5 + +##Building +Visual Studio 2013 solution/project files are included in the +Src/Win32 directory. +**NOTE** +''' +Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [How to Retarget](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) +''' + +##Support and Feedback +Please file any bug reports in the [GNOME Bugzilla system] (http://bugzilla.gnome.org/) +using the 'dasher' package name. +You can find the Dasher website at: +http://www.inference.phy.cam.ac.uk/dasher/ + +Thank you for trying Dasher, + +The Dasher Team + + From fd91dec2dd5da560fae4ff3e170c2ab37f57cddf Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:14:11 +0200 Subject: [PATCH 2/8] trying --- developers.windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developers.windows.md b/developers.windows.md index a299793ae..21a163bcf 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -4,9 +4,9 @@ This is a guide for Dasher developers on Windows. ##Build Status -+Windows: -+[![Build status](https://ci.appveyor.com/api/projects/status/hpvrm5230qlay15m?svg=true)](https://ci.appveyor.com/project/erdemkiraz/dasher) -+\- +Windows: +[![Build status](https://ci.appveyor.com/api/projects/status/hpvrm5230qlay15m?svg=true)](https://ci.appveyor.com/project/erdemkiraz/dasher) ++ Java: [![CircleCI Build Status](https://circleci.com/gh/dasher-project/dasher.svg?style=shield)](https://circleci.com/gh/dasher-project/dasher) From bd9eaac44f03199ee01ad6ce8e2caaec387c06d7 Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:15:45 +0200 Subject: [PATCH 3/8] trying --- developers.windows.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/developers.windows.md b/developers.windows.md index 21a163bcf..5a10d963a 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -1,8 +1,8 @@ -#Windows Development Environment for Dasher +# Windows Development Environment for Dasher This is a guide for Dasher developers on Windows. -##Build Status +## Build Status Windows: [![Build status](https://ci.appveyor.com/api/projects/status/hpvrm5230qlay15m?svg=true)](https://ci.appveyor.com/project/erdemkiraz/dasher) @@ -10,13 +10,14 @@ Windows: Java: [![CircleCI Build Status](https://circleci.com/gh/dasher-project/dasher.svg?style=shield)](https://circleci.com/gh/dasher-project/dasher) -##Dasher Version 5.0 +## Dasher Version 5.0 + Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs). It is usable with highly limited amounts of physical input while still allowing high rates of text entry. Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory -##Requirements +## Requirements Expat XML Parser Downloads can be found at http://expat.sourceforge.net @@ -30,7 +31,7 @@ need to change these to reflect reality on your system): EXPAT C:\Program Files\Expat 2.2.5 -##Building +## Building Visual Studio 2013 solution/project files are included in the Src/Win32 directory. **NOTE** @@ -38,7 +39,7 @@ Src/Win32 directory. Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [How to Retarget](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) ''' -##Support and Feedback +## Support and Feedback Please file any bug reports in the [GNOME Bugzilla system] (http://bugzilla.gnome.org/) using the 'dasher' package name. You can find the Dasher website at: From 4117a87a4b1f8c1208297f731942e8abb507b515 Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:40:30 +0200 Subject: [PATCH 4/8] trying --- developers.windows.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developers.windows.md b/developers.windows.md index 5a10d963a..8b2b9ff3d 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -34,13 +34,14 @@ EXPAT C:\Program Files\Expat 2.2.5 ## Building Visual Studio 2013 solution/project files are included in the Src/Win32 directory. + **NOTE** ''' -Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [How to Retarget](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) +Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [ How to Retarget ](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) ''' ## Support and Feedback -Please file any bug reports in the [GNOME Bugzilla system] (http://bugzilla.gnome.org/) +Please file any bug reports in the [ GNOME Bugzilla system ](http://bugzilla.gnome.org/) using the 'dasher' package name. You can find the Dasher website at: http://www.inference.phy.cam.ac.uk/dasher/ From e9d7ed653a3bdb163fa287bba581472a45c561cd Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:42:39 +0200 Subject: [PATCH 5/8] final version --- developers.windows.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/developers.windows.md b/developers.windows.md index 8b2b9ff3d..d9ccafe9c 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -36,13 +36,14 @@ Visual Studio 2013 solution/project files are included in the Src/Win32 directory. **NOTE** -''' + Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [ How to Retarget ](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) -''' + ## Support and Feedback Please file any bug reports in the [ GNOME Bugzilla system ](http://bugzilla.gnome.org/) -using the 'dasher' package name. +using the 'dasher' package name. + You can find the Dasher website at: http://www.inference.phy.cam.ac.uk/dasher/ From 5bee7dcde1618b17c04ef90d92f48b8bb222aeab Mon Sep 17 00:00:00 2001 From: Tuba Yildiz Date: Sat, 24 Mar 2018 01:46:19 +0200 Subject: [PATCH 6/8] fixed version information --- developers.windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers.windows.md b/developers.windows.md index d9ccafe9c..06f1a0888 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -10,7 +10,7 @@ Windows: Java: [![CircleCI Build Status](https://circleci.com/gh/dasher-project/dasher.svg?style=shield)](https://circleci.com/gh/dasher-project/dasher) -## Dasher Version 5.0 +## Dasher Version 4.11 Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs). It is usable with highly limited amounts of physical input while still allowing high rates of text entry. From 65ced19cd5950365d55276ca2678172cb66b137a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuba=20Nur=20Y=C4=B1ld=C4=B1z?= Date: Wed, 4 Apr 2018 19:41:17 +0300 Subject: [PATCH 7/8] update developers.windows.md --- developers.windows.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/developers.windows.md b/developers.windows.md index 06f1a0888..e598c56c9 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -32,14 +32,19 @@ need to change these to reflect reality on your system): EXPAT C:\Program Files\Expat 2.2.5 ## Building -Visual Studio 2013 solution/project files are included in the +Visual Studio 2017 solution/project files are included in the Src/Win32 directory. **NOTE** +For 2017 version needs Visual Studio 2015(v140) tool. + +**NOTE** + Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [ How to Retarget ](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) + ## Support and Feedback Please file any bug reports in the [ GNOME Bugzilla system ](http://bugzilla.gnome.org/) using the 'dasher' package name. From 77632e501ff661f4a13d32de0d93b1888ea5780d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuba=20Nur=20Y=C4=B1ld=C4=B1z?= Date: Wed, 4 Apr 2018 19:44:26 +0300 Subject: [PATCH 8/8] Last Update --- developers.windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers.windows.md b/developers.windows.md index e598c56c9..a65ec2cee 100644 --- a/developers.windows.md +++ b/developers.windows.md @@ -37,11 +37,11 @@ Src/Win32 directory. **NOTE** -For 2017 version needs Visual Studio 2015(v140) tool. +For 2017 version needs Visual Studio 2015(v140) tool. (Or you need to add some additional packages.) **NOTE** -Default build tools of Visiual Studio don't work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [ How to Retarget ](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset) +Default build tools of Visiual Studio may not work. So you need to modify the Target Framework and Platform Toolset. Instructions can be found at [ How to Retarget ](https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset)