Search

Categories

Pages

Fourth Dimension

<<  January 2009  >>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

Blogroll

Tags

Recent posts

Recent comments

Installing Kikuyu

To install Kikuyu, go to http://kikuyu.ruisu.net/publish.htm. That is always where the newest version of the beta will be. When a new version is published Kikuyu will ask you if you would like to update. You can check the version your using by clicking Help → About.

System Requirements
Kikuyu requires Windows NT 5.1 or greater.
Kikuyu also requires the .NET Framework 3.5 and Windows Installer 3.1. Those two items also require Windows NT 5.1 or greater. If you don't know if you have either of these, just go to the download page and click install. If you have Vista you already have these. If you don't have Vista you likely have the .NET Framework and Windows Installer already, but may need a small update on your .NET version. In any case, this will all be handled by clicking install.
It runs in native 32 or 64-bit mode, depending on your OS.

Here is a list of Windows NT versions:

Version Product name
Build
NT 3.1 Windows NT 3.1 528
NT 3.5 Windows NT 3.5 807
NT 3.51 Windows NT 3.51 1057
NT 4.0 Windows NT 4.0 1381
NT 5.0 Windows 2000 2195
NT 5.1 Windows XP 2600
NT 5.1 Windows Fundamentals for Legacy PCs 2600
NT 5.2 Windows XP 3790
NT 5.2 Windows Server 2003 3790
NT 5.2 Windows XP 3790
NT 5.2 Windows Home Server 3790
NT 6.0 Windows Vista 6000
NT 6.0 Windows Server 2008 6001
NT 6.1 Windows 7 Unknown


Can Kikuyu run on Mono?
No, I'm afraid I've gone and made a .NET 3.5 program. I believe Mono only supports up to version 2.0.

If Kikuyu is not a WPF application, then why does it run on .NET 3.x
The way  Kikuyu started, it was only intended for my personal use. I used the default settings in Visual Studio. Even though it's not a WPF application, I wound up using some classes that aren't in version 2. So, I can't simply switch the runtime during compilation. I'd have to look in to how to do these things that .NET 3 might handle in a simple function. But around 96% of Windows PCs run NT 5.1 or greater, so I don't know how worth it this will be. I may eventually look in to converting Kikuyu to run on the .NET 2.0 Framwork, which will let it run on older versions of Windows and Mono. Either that or look at making Kikuyu a WPF application.