Skip to content

xmps/Catalanitzador

 
 

Repository files navigation

--- Introduction

A Microsoft Windows & Mac OS program that makes your system Catalan language friendly by installing language packages and changing configuration settings.

Project: http://www.softcatala.org/wiki/Projectes/Catalanitzador_per_al_Windows

-- Development

Windows requirements:

- Microsoft Visual Studio 2008 SP1  Express Edition
- Google Test 1.6 (http://code.google.com/p/googletest/)
- Google Mocks 1.6 (http://code.google.com/p/googlemock/)

Visual Studio 2008 SP 1 is used to generate binaries that can run in Windows SP previous to SP 2.
See: http://support.microsoft.com/kb/2005279

Download and unzip Google Mocks 1.6 at libs/gmock and Google Test 1.6 at libs/gtest

Before building the libraries, go to all the projects within the gmock solution a do the following steps: 

- Go to the project properties -> Configuration Properties -> C++ Code Generation
- Select "Multithreaded Debug Dll". 

For gtest, this should be the default configuration, if it is not, do also the same steps.

For gtest, build using the gtest-md.sln solution.

Mac requirements:

- Code X 4.6

-- Git configuration for contribuing

git should be setup to Unix line ending style:

core.autocrlf=input

Additionally remember to set 'user.name' and 'user.email' variables

Imagine your name is John Smith and your email is johnsmith@myserver.com you will write the following:

$ git config --global core.autocrlf input

$ git config --global user.name "John Smith"

$ git config --global user.email johnsmith@myserver.com

-- Binary files

The git repository with the binary files is located at: https://github.com/Softcatala/CatalanitzadorPerAlWindows-binaries

-- High level overview of the system architecture

The OpenOffice.org Write file architecture.odt contains a high level description of the system architecture

-- Contact Information

Jordi Mas
jmas@softcatala.org

About

A Microsoft Windows & Mac OS program that makes your system Catalan language friendly

Resources

Stars

Watchers

Forks

Packages

No packages published