Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 298 Bytes

package.md

File metadata and controls

13 lines (9 loc) · 298 Bytes

Offline package

To make an offline mat_gemini package suitable for computers without Internet, package mat_gemini.tar.bz2 like:

cmake -P scripts/package.cmake

Then the end user copies that mat_gemini.tar.bz2 to the offline computer and extracts:

tar xf mat_gemini.tar.bz2