-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
28 lines (18 loc) · 868 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
INSTALLATION INSTRUCTIONS
=========================
Detailed instructions are provided in the INSTALL GUIDE, doc/InstallGuide.pdf.
The Install Guide also covers dependencies, optional packages, various build
options as well as specific instructions for several Linux distributions
(such as recent versions of Ubuntu, Fedora Core, SUSE Linux, etc.), Mac OS X
and Windows. We highly recommend that you consult it before installing OMNeT++!
If you find an error or omission in the Install Guide, please help us improve
by letting us know about it.
* * *
If you are an expert in building software from source and want to start quickly
without reading the Install Guide, then enter the commands
$ . setenv
$ ./configure
$ make
on the bash prompt. If you have any questions or there are issues, please read
the Install Guide.
Enjoy working with OMNeT++!