Skip to content

Commit 5eacd37

Browse files
Some changes and peparing to transfer to MUSES organisation page
1 parent d7a2008 commit 5eacd37

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

MUSESDevGuide.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ @misc{adt:site
1919
url = {http://developer.android.com/sdk/installing/installing-adt.html},
2020
lastaccess = {March, 2015}
2121
}
22+
23+
@misc{githelp:site,
24+
author = {GitHub Inc.},
25+
title = {GitHub Help},
26+
url = {https://help.github.com/},
27+
lastaccess = {March, 2015}
28+
}

MUSESDevGuide.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ \section{Installing Android SDK}
7070

7171
Now we can install the ADT plugin. This can be done by selecting again \textit{Help > Install New Software...} and then looking at this reposiroty \url{https://dl-ssl.google.com/android/eclipse/}. After that, selecting \textit{Developer Tools} from the package list for installing it (by clicking \textit{Next} and \textit{Finish}), and then restart Eclipse one more time.
7272

73+
\section{Building Common project}
74+
75+
In order to build the server project, we need to build the common project first as the server project has references to common project. As said in Section \ref{sec:musesgit}, \textit{MusesCommon} is located inside a repository of the MUSES organisation in GitHub (\url{https://github.com/MusesProject}). You can either download it as a ZIP file, or simply clone or fork the repository. For more information about Git, please refer to GitHub Help \cite{githelp:site}.
76+
7377
\chapter{Building MUSES Server}
7478
\label{ch:server}
7579

0 commit comments

Comments
 (0)