1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Commit graph

13 commits

Author SHA1 Message Date
tuxuser d42f2e4d1b
Add lz4 dependency to the build instructions (#1308)
* Add lz4 dependency to the build instructions

At build-time of exosphere, the `split_program.py` script is called.
It requires python module `lz4` -> https://github.com/Atmosphere-NX/Atmosphere/blob/master/exosphere/program/split_program.py

Adding lz4 to the building.md documentation.

* Remove "(Python Library)" from deps-entries
2020-12-31 12:29:17 -08:00
ObscenityIB ef4d7dc024 docs/building: missing required lib glm 2020-11-23 23:20:50 -08:00
SciresM c547c7f0e7
Note that we are a python 2 project. 2020-10-09 17:37:51 -07:00
hexkyz 67b91cfa13
docs: minor style fix 2020-04-27 18:52:53 +01:00
hexkyz 234c83522a docs: address review commentary 2020-04-27 18:40:22 +01:00
hexkyz 9622912059
docs: remove switch-freetype dependency 2020-04-26 20:43:32 +01:00
hexkyz 57ac153671 docs: initial re-write of all documentation 2020-04-26 19:06:59 +01:00
jhNsXO 94d0d06660
Update building.md (#916)
add dependency needed since 90d754f920
2020-04-22 19:30:20 -07:00
Ammar Askar 919c3b2a65
Fix documentation for sept's python dependencies
pyCrypto and pycryptodome are never supposed to be installed
together [1]. Installing them together causes very weird import
errors when sept runs. We should specify one, probably
pycryptodome since its more modern.

[1] https://pycryptodome.readthedocs.io/en/latest/src/installation.html#installation
2019-06-12 01:42:21 -07:00
SciresM 3459968ac3
more fixes 2019-04-01 17:41:58 -07:00
SciresM 428e176d9c
Wording, (dkp-) 2019-04-01 17:39:44 -07:00
James Elliott 16430217ff Add additional dependency information (#495)
- individually listed packages required when using (dkp-)packman.
- added sept dependencies
- added requirement to use -r flag
- added recommendation for zip (for use if someone wants to make dist)
2019-04-01 17:35:10 -07:00
CyberVision 3c1134e3d6 Create Documentation/Wiki
Various changes suggested by misson20000
2018-10-02 20:05:02 -05:00