Skip to content

Commit 1351b61

Browse files
committed
Update README
1 parent 9b88ca0 commit 1351b61

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,26 @@ Ensure your system has the following software installed:
2121
#### Setup MOEA Framework
2222

2323
Download the latest MOEA Framework binaries or source code from http://moeaframework.org/ and
24-
extract the archive to a folder on your computer. We will refer to this as folder as `${MOEAFRAMEWORK_ROOT}` below.
24+
extract the archive to a folder on your computer. We will refer to this as folder as `${MOEAFRAMEWORK_ROOT}`
25+
in the following steps.
26+
27+
#### Install Real-World Benchmark Library
28+
29+
Download the latest version of the real-world benchmarks JAR file from the
30+
[releases page](https://github.com/MOEAFramework/MOEAFramework/releases) and place it in the
31+
`${MOEAFRAMEWORK_ROOT}/lib` folder.
2532

2633
#### Compile Benchmark Problems
2734

28-
Several of the benchmark problems must be compiled before use. Run the following:
35+
Several of the benchmark problems must be compiled before use. If using Windows, we include compiled
36+
executables for each release version (see `native-windows.zip`). Otherwise, to compile the executables, run:
2937

3038
1. Clone this repository - `git clone https://github.com/MOEAFramework/RealWorldBenchmarks.git`
3139
2. Run `make -C native`
3240
3. Copy or link the `native/` folder into your MOEA Framework directory using either:
3341
* Option 1 - Copy the entire directory with `cp -R native/ ${MOEAFRAMEWORK_ROOT}/native`
3442
* Option 2 - Create a symbolic link with `ln -s $(realpath -s native/) ${MOEAFRAMEWORK_ROOT}/native`
3543

36-
#### Setup Benchmark Library
37-
38-
Finally, download the latest version of the real-world benchmarks JAR file from the
39-
[releases page](https://github.com/MOEAFramework/MOEAFramework/releases) and place it in the `${MOEAFRAMEWORK_ROOT}/lib` folder.
40-
4144
## Maven
4245

4346
Alternatively, if you want to include these benchmark problems in a Maven project, add the following

0 commit comments

Comments
 (0)