updated git links
This commit is contained in:
parent
d8fb99908e
commit
e0d0b0dae4
1 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ As protobuf does neither provide an installer nor the libraries needed for Cocka
|
||||||
The Cockatrice installer will search for the protobuf libraries within the Cockatrice sources, so before unpacking and building protobuf, you need to download the Cockatrice sources first:
|
The Cockatrice installer will search for the protobuf libraries within the Cockatrice sources, so before unpacking and building protobuf, you need to download the Cockatrice sources first:
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Right click into a folder, select Git Gui, then Clone Existing Directory,
|
\item Right click into a folder, select Git Gui, then Clone Existing Directory,
|
||||||
\item enter Source Location \url{https://github.com/Daenyth/Cockatrice}
|
\item enter Source Location \url{https://github.com/Cockatrice/Cockatrice}
|
||||||
\item enter target directory (from now on called Cockatrice), click clone and wait until the sources have been downloaded,
|
\item enter target directory (from now on called Cockatrice), click clone and wait until the sources have been downloaded,
|
||||||
\item close Git Gui.
|
\item close Git Gui.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
@ -241,7 +241,7 @@ Before you install new software, you should update your system. The following in
|
||||||
\item[FreeBSD 10] \shellcmd{pkg install qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf}
|
\item[FreeBSD 10] \shellcmd{pkg install qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf}
|
||||||
\item[OS X] \shellcmd{brew install qt cmake protobuf}
|
\item[OS X] \shellcmd{brew install qt cmake protobuf}
|
||||||
\end{description}
|
\end{description}
|
||||||
\item Download the sources from github via \\ \shellcmd{cd\\ git clone https://github.com/Daenyth/Cockatrice.git}
|
\item Download the sources from github via \\ \shellcmd{cd\\ git clone https://github.com/Cockatrice/Cockatrice.git}
|
||||||
\item To compile the sources, change into the newly created directory, create a build directory and invoke cmake:\\
|
\item To compile the sources, change into the newly created directory, create a build directory and invoke cmake:\\
|
||||||
\shellcmd{cd Cockatrice \\
|
\shellcmd{cd Cockatrice \\
|
||||||
mkdir build \\
|
mkdir build \\
|
||||||
|
@ -714,7 +714,7 @@ USE AT YOUR OWN RISK.
|
||||||
|
|
||||||
\item Download the source code:
|
\item Download the source code:
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item \shellcmd{git clone https://github.com/Daenyth/Cockatrice}
|
\item \shellcmd{git clone https://github.com/Cockatrice/Cockatrice}
|
||||||
\item \shellcmd{cd Cockatrice}
|
\item \shellcmd{cd Cockatrice}
|
||||||
\item \shellcmd{mkdir build}
|
\item \shellcmd{mkdir build}
|
||||||
\item \shellcmd{cd build}
|
\item \shellcmd{cd build}
|
||||||
|
|
Loading…
Reference in a new issue