This commit is contained in:
Ken McMillan 2017-05-21 17:12:36 -07:00
Родитель 43c950615b
Коммит 75fb6a3652
1 изменённых файлов: 24 добавлений и 0 удалений

24
PACKAGING.md Normal file
Просмотреть файл

@ -0,0 +1,24 @@
# Packaging instructions
## Linux
### Debian/Ubuntu
- Rename this directory to ms-ivy-X.Y where X.Y is the version number
- Edit the files in debian/ to reflect the current version number
- Run 'make builddeb'
- The .deb file appears in the parent directory
## Windows
The following should work if updates to dependencies (including python
itself) are not needed:
- Install the latest existing release in C:\
- Run these commands:
> c:\ivy\scripts\activate
> python setup.py install
- Make an archive of c:/ivy such that the archive has a top-level directory 'ivy'.