blob: 98d8543d5069da69ab804e97ac3329928e1133e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Ubuntu Installer Documentation
====
It contains all the documenation for installers on Ubuntu 14.04 and above.
## How to package eSim?
1. Add the installer file in `eSim-<version>` folder.
2. Remove following files from the folder:
- `.git` folder
- `code` folder
- conf.py
- index.rst
- requirement.txt
- .gitignore
- .travis.yml
3. Add the tar file of `NGHDL` in the eSim folder.
|