-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
58 lines (31 loc) · 1.68 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--- 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 [email protected] you will write the following:
$ git config --global core.autocrlf input
$ git config --global user.name "John Smith"
$ git config --global user.email [email protected]
-- 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