Jokosher2Win
Last edited November 30, 2006
More by »
 To everyone that see's this notebook, it's a complination of several websites and information that will guide me to create an executeable version of Jokosher for Windows. I have no knowledge nor skill in the field of Python, Gstreamer, GTK+ or even how applications work in the Windows operating system. At the moment I even have limited access to Windows, so it will be quite a journey for me, and most likely take fucking ages. If anyone has any websites or information for me, send it along to my email, t.moitie@gmail.com,  and it'll most likely find its way here.
Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.
Python

FrontPage - py2exe.org
www.py2exe.org/
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.
Gstreamer

Compiling GStreamer for Windows using MinGW
gstreamer.xeris.cz/winport/winport.html
This documents is a manual to prepare a MSYS/MinGW environment and compile gstreamer. If you have some questions or notices please let me know at michal (d0t) benes (aT) xeris (d0t) cz
MinGW - Home
www.mingw.org/
MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.

Hmm, this one looks really useful 
jonobacon@home » Getting started with GStreamer with Python
www.jonobacon.org/?p=750
You know, there are tonnes of undocumented things out there. Really, really cool technologies that should be getting used more are not getting used as much because there lacks decent docs. And, to make matters worse, the developers naturally just want to get on and write the software. So, I would like to urge everyone who reads this (and I am thinking you ‘orrible lot on Planet GNOME in particular) should write an article about something that you have discovered that isn’t particularly well documented. This could be a technique, a technology, skill or something. Lets get some Google juice pumping and get some extra docs to help people get started.
Installer

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.

NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.

The content on this page is provided by a Google Notebook user, and Google assumes no responsibility for this content.