@@ -65,13 +65,24 @@ The installation script will ask to be run at session start. This will create an
**Windows**
Download the [redistributable version](http://apps.citius.usc.es/upload/?a=d&i=675I5c) and unzip to any folder, then run `temperaturas.exe`.
To manually run the source on Windows:
1. Download and install [Python 2.7.x](https://www.python.org/downloads/) 2.7.9+.
2. Download and install [PyGObject for Windows](http://sourceforge.net/projects/pygobjectwin32/files/) 3.10+. Make sure to choose `GTK+3` during installation.
4. Download the [full source code](https://gitlab.citius.usc.es/citius/temperaturas/repository/archive.zip) and unzip it somewhere.
5. Rename `temperaturas.py` to `temperaturas.pyw` to get rid of the text console when running the program.
6. You're done! Just run `temperaturas.pyw`.
3. Download the [full source code](https://gitlab.citius.usc.es/citius/temperaturas/repository/archive.zip) and unzip it somewhere.
4. Rename `temperaturas.py` to `temperaturas.pyw` to get rid of the text console when running the program.
5. You're done! Just run `temperaturas.pyw`.
To build a redistributable version:
1. Do the steps previous steps from 1 to 3.
2. Download and install [CX_Freeze](http://cx-freeze.sourceforge.net/)
3. Run `winfreeze.py build`.
4. Copy the directory `icons` into `build/exe.win32-2.7/`
5. Try to run `temperaturas.exe`. If you get an error, you might need to add or remove dlls from `winfreeze.py` based on your GTK+ version.
6. If everything goes fine, the redistributable version is ready to distribute in `build/exe.win32-2.7/`. You might want to build an installer for it, or just zip it and you are done.