Skip to content

Commit 2734fdc

Browse files
committed
Merge branch 'master' into release
* master: Readme update Moved back readme
2 parents dc76627 + 5376738 commit 2734fdc

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

Carcasum/README.md

-5
This file was deleted.

Carcasum/gui/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ int main(int argc, char *argv[])
2020
QCoreApplication::setOrganizationName(APP_ORGANIZATION);
2121
QCoreApplication::setApplicationName(APP_NAME);
2222

23-
qDebug() << QLibraryInfo::location(QLibraryInfo::TranslationsPath);
24-
2523
QTranslator qtTranslator;
2624
qtTranslator.load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::TranslationsPath));
2725
app.installTranslator(&qtTranslator);

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Carcasum
2+
===========
3+
4+
#### If you experience any trouble, please contact me. If you notice any bugs in the game rules, please contact me immediately!
5+
6+
Carcassonne clone for my Master Thesis.
7+
8+
Some parts, mainly graphics and configuration files, are taken from JCloisterZone (usually marked as "jcz" in the code): http://jcloisterzone.com/en/
9+
10+
I will add more details later.
11+
12+
# Windows Installation
13+
Download and extract https://github.com/TripleWhy/Carcasum/blob/bin/dist/Carcasum-win32-v0.1.zip?raw=true.
14+
Then run carcasum_gui.exe.
15+
16+
# Building
17+
Requirements:
18+
* git
19+
* Qt 5.2.1
20+
21+
Follow these steps:
22+
23+
0. On Windows, make sure git is in your PATH, otherwise qmake may fail
24+
1. Clone the git repository
25+
2. (Optional) Checkout brach release
26+
3. Run qmake
27+
4. Run make

0 commit comments

Comments
 (0)