diff options
author | Rahul P | 2020-08-08 18:14:17 +0530 |
---|---|---|
committer | GitHub | 2020-08-08 18:14:17 +0530 |
commit | 3d86dae3fcdc85b23012a5c347fa8f9abe0c4f40 (patch) | |
tree | 82746da6b424c3d196d3d847065f1b36b4316e35 /README.md | |
parent | f5f3afe6b5ff6af20370e12fd186f81449fd0713 (diff) | |
parent | c3832418ddb492148886055611a78459673c05bf (diff) | |
download | eSim-3d86dae3fcdc85b23012a5c347fa8f9abe0c4f40.tar.gz eSim-3d86dae3fcdc85b23012a5c347fa8f9abe0c4f40.tar.bz2 eSim-3d86dae3fcdc85b23012a5c347fa8f9abe0c4f40.zip |
Merge pull request #155 from rahulp13/installers
added support for NGHDL and reduced KiCad for Windows OS; updated installers and docs for v2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..8d49b116 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +eSim Packaging +==== + +It contains all the documentation for packaging eSim for distribution. + + +# Packaging eSim for Distribution: + +1. eSim is currently packaged and distributed for Ubuntu OS (Linux) and MS Windows OS. + +2. Refer the [documentation](Version_Change.md) for the changes to be done when a new release is to be made. + +> Note: These changes have to be made `first` before proceeding with the packaging on either platform. + +3. Refer the [documentation](Ubuntu/README.md) to package eSim for Ubuntu OS. + +4. Refer the [documentation](Windows/README.md) to package eSim for Windows OS. |