Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
abd4a3fd
Commit
abd4a3fd
authored
May 23, 2016
by
Rodrigo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to the readme file
parent
26d94a18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
28 deletions
+3
-28
readme.txt
documentation/src/main/resources/readme.txt
+3
-28
No files found.
documentation/src/main/resources/readme.txt
View file @
abd4a3fd
...
@@ -2,11 +2,10 @@ Table of Contents
...
@@ -2,11 +2,10 @@ Table of Contents
-----------------
-----------------
1. Directory structure of the CloudSim Toolkit
1. Directory structure of the CloudSim Toolkit
2. Software requirements: Java version
1.6
or newer
2. Software requirements: Java version
8
or newer
3. Installation and running the CloudSim Toolkit
3. Installation and running the CloudSim Toolkit
4. Running the CloudSim examples
4. Running the CloudSim examples
5. Learning CloudSim
5. Learning CloudSim
6. Compiling CloudSim: using Ant
...
@@ -21,10 +20,10 @@ cloudsim/ -- top level CloudSim directory
...
@@ -21,10 +20,10 @@ cloudsim/ -- top level CloudSim directory
tests/ -- CloudSim unit tests
tests/ -- CloudSim unit tests
2. Software requirements: Java version
1.6
or newer
2. Software requirements: Java version
8
or newer
---------------------------------------------------
---------------------------------------------------
CloudSim has been tested and ran on Sun's Java version
1.6.0
or newer.
CloudSim has been tested and ran on Sun's Java version
8
or newer.
Older versions of Java are not compatible.
Older versions of Java are not compatible.
If you have non-Sun Java version, such as gcj or J++, they may not be compatible.
If you have non-Sun Java version, such as gcj or J++, they may not be compatible.
You also need to install Ant to compile CloudSim (explained in more details later).
You also need to install Ant to compile CloudSim (explained in more details later).
...
@@ -56,27 +55,3 @@ Please read how to run the CloudSim examples in examples.txt
...
@@ -56,27 +55,3 @@ Please read how to run the CloudSim examples in examples.txt
To understand how to use CloudSim, please go through the examples provided
To understand how to use CloudSim, please go through the examples provided
in the examples/ directory.
in the examples/ directory.
6. Compiling CloudSim: using Ant
--------------------------------
This release contains a simple buildfile for compiling CloudSim classes.
You need to have ant installed (http://ant.apache.org/).
Ant can be used in both Windows and Unix/Linux environment.
Usage:
* Being in the CloudSim root directory (cloudsim/), type 'ant' to compile all
cloudsim source files, put them into the classes/ directory and to create
a cloudsim-new.jar file in the jars/ directory
* Being in the CloudSim root directory (cloudsim/), type 'ant clean' to delete
all the compiled classes and the classes/ directory itself. The generated
cloudsim-new.jar is not deleted.
Note:
* You need to set up PATH for ant in Windows and/or Unix.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment