From 797744f92fa977016e96164ba8fcfeba92b06e0e Mon Sep 17 00:00:00 2001 From: sheychen Date: Tue, 11 Oct 2016 17:15:22 +0200 Subject: [PATCH] Nouvelle version et Prerequisities --- .gitignore | 6 +----- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Readme.md | 20 ++++++------------- 4 files changed, 11 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 85f5db5..42f6fca 100644 --- a/.gitignore +++ b/.gitignore @@ -209,8 +209,4 @@ FakesAssemblies/ # LightSwitch generated files GeneratedArtifacts/ _Pvt_Extensions/ -ModelManifest.xml - -# MonoGame -Galactic Colors Control GUI/Content/Fonts/ -Galactic Colors Control GUI/Content/Sounds/ \ No newline at end of file +ModelManifest.xml \ No newline at end of file diff --git a/Galactic Colors Control Server/Properties/AssemblyInfo.cs b/Galactic Colors Control Server/Properties/AssemblyInfo.cs index 6c70711..cb12500 100644 --- a/Galactic Colors Control Server/Properties/AssemblyInfo.cs +++ b/Galactic Colors Control Server/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.1.1")] +[assembly: AssemblyFileVersion("1.0.1.1")] diff --git a/Galactic Colors Control/Properties/AssemblyInfo.cs b/Galactic Colors Control/Properties/AssemblyInfo.cs index 8684608..b50f01c 100644 --- a/Galactic Colors Control/Properties/AssemblyInfo.cs +++ b/Galactic Colors Control/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] diff --git a/Readme.md b/Readme.md index d322444..a8067c7 100644 --- a/Readme.md +++ b/Readme.md @@ -5,12 +5,9 @@ Using .Net/[Mono](https://github.com/mono/mono) and [Monogame](https://github.co ### Prerequisities -.Net or [Mono](https://github.com/mono/mono) - -Linux -``` -apt-get install mono-runtime -``` +* .NET/[Mono](https://github.com/mono/mono) +* OpenGL +* [OpenAL](https://www.openal.org/) => :warning: Not included in Windows :warning: ### Installing @@ -18,14 +15,9 @@ Download last version for your system ## Running -* Galactic_Colors_Control.exe - Client without GUI - -* Galactic_Colors_Control_GUI.exe - Client - -* Galactic_Colors_Control_Server.exe - Server (Use --debug for DEBUG MODE) +* Galactic_Colors_Control.exe => Client without GUI +* Galactic_Colors_Control_GUI.exe => Client +* Galactic_Colors_Control_Server.exe => Server (Use --debug for DEBUG MODE) Linux ```