diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-13 12:46:04 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-13 12:46:04 +0100 |
| commit | ae1c0eaaf2d42d67fdfa73d9205603a3aaf04cbd (patch) | |
| tree | 3ea8f3a1e0b63c9c6300dfe3570b241e7908e206 | |
| parent | e5cbf1e99cb60397fdd0e4c00626f0a2dd9c58b0 (diff) | |
Clarify prerequisites
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,8 +6,14 @@ The project is based on the wonderful [archiso](https://wiki.archlinux.org/index ## Prerequisites +### Development + An existing `x86_64` [Arch Linux](https://www.archlinux.org/) system with `archiso` or `archiso-git` installed. This is currently a hard requirement due to the nature of the `mkarchiso` script. Support for other Linuces and OSs is planned for future releases. +### Target + +Generated ISO currently supports `x86_64` targets only, with `i686` (32-bit) support planned for future releases. The desktop environment will run on most Intel, AMD/ATI and Nvidia video adapters. + ## Build ```bash |
