Skip to content

Softcatala/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: https://www.softcatala.org/projectes/catalanitzador-de-softcatala/

-- Development

Windows requirements:

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

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