From 5db14ad9fbb7a59eb561bcfd601949415c969709 Mon Sep 17 00:00:00 2001 From: gprat <guylaine.prat@c-s.fr> Date: Wed, 1 Jul 2020 15:01:35 +0200 Subject: [PATCH] Removed deprecated BUILDING.txt file. --- BUILDING.txt | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 BUILDING.txt diff --git a/BUILDING.txt b/BUILDING.txt deleted file mode 100644 index cfd8dbbc..00000000 --- a/BUILDING.txt +++ /dev/null @@ -1,26 +0,0 @@ -Rugged can be built from source either using maven 3 or eclipse. - -Building with Maven 3: - - Maven 3 can be downloaded here: - http://maven.apache.org/download.html - - If you are behind a proxy (which is a traditional - setting in a corporate environment), then you need - to configure maven to use it. This is explained - in the maven documentation here: - http://maven.apache.org/guides/mini/guide-proxies.html - - run "mvn package" to automatically download all - the required dependencies listed in the pom.xml file - and create a file named target/rugged-x.y.jar where - x.y is the version number - -Building with Eclipse: - - Eclipse can be downloaded here: - http://www.eclipse.org/downloads/ - - using your operating system tools, unpack the source distribution directly - inside your Eclipse workspace - - using Eclipse, import the project by selecting in the top level "File" menu - the entry "Import..." - - in the wizard that should appear, select "Maven -> Existing Maven Projects" - - select the folder you just created in your workspace by unpacking the - source distribution. The "pom.xml" file describing the project will be - automatically selected. Click finish -- GitLab