updated build instructions and fixed spelling
This commit is contained in:
parent
069cd51329
commit
85d589c188
1 changed files with 21 additions and 2 deletions
23
README.md
23
README.md
|
@ -7,18 +7,37 @@ End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
||||||
- [ ] Proper app icon
|
- [ ] Proper app icon
|
||||||
- [ ] Cross compile python+pantalaimon
|
- [ ] Cross compile python+pantalaimon
|
||||||
- [ ] Fix image fetching
|
- [ ] Fix image fetching
|
||||||
- [ ] Ability to verify, ingore, or blacklist devices
|
- [ ] Ability to verify, ignore, or blacklist devices
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
This project is not currently setup for cross building. A binary will need to
|
This project is not currently setup for cross building. A binary will need to
|
||||||
be compiled on a device for each target architecture.
|
be compiled on a device for each target architecture. Make sure there is
|
||||||
|
enough space on the device to install the build tools and compile python, olm,
|
||||||
|
and pantalaimon.
|
||||||
|
|
||||||
|
* `git clone https://git.sr.ht/~thrrgilag/pantalaimon-ut`
|
||||||
|
* push dev-build.sh to /home/phablet
|
||||||
|
* run `dev-build.sh`
|
||||||
|
* pull /home/phablet/pantalaimon-build/dist/pantalaimon
|
||||||
|
* rename pantalaimon to pantalaimon-armhf (or pantalaimon-arm64)
|
||||||
|
* run `clickable`
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
* Images (including avatars) are not fetched
|
* Images (including avatars) are not fetched
|
||||||
* No user interaction to verify, ignore, or blacklist devices
|
* No user interaction to verify, ignore, or blacklist devices
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Send patches to
|
||||||
|
[~thrrgilag/pantalaimon-ut@lists.sr.ht](https://lists.sr.ht/~thrrgilag/pantalaimon-ut)
|
||||||
|
|
||||||
|
A tutorial for git send-email can be found at [git-send-email.io](https://git-send-email.io/)
|
||||||
|
if you're not familiar with this method.
|
||||||
|
|
||||||
|
Bugs can be filed at https://todo.sr.ht/~thrrgilag/pantalaimon-ut
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (C) 2020 Morgan McMillian
|
Copyright (C) 2020 Morgan McMillian
|
||||||
|
|
Loading…
Reference in a new issue