Opened 10 years ago
Last modified 9 years ago
#1860 new task
Linux Installer
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
We must prepare based on CMake + CPack the installer for Linux. At least for two distributions:
- Ubuntu (debian package)
- CentOS (rpm package)
Change History (26)
comment:1 Changed 10 years ago by
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
En la construcción del instalador no se está teniendo en cuenta aún las plataformas de 32 o 64 bits.
comment:5 Changed 9 years ago by
Hacen falta construir e incorporar al instalador en linux scripts ejecutables desde el bin del sistema.
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
Hace falta chequear las dependencias de TOL con otros paquetes y establecer los valores de las variables: CPACK_DEBIAN_PACKAGE_DEPENDS
y CPACK_RPM_PACKAGE_REQUIRES
en el CMakeLists.txt
del instalador.
Linux Development Starting Point