mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-11-22 02:10:11 +00:00
Updated Install (markdown)
parent
fe567d791f
commit
b50899d4dd
27
Install.md
27
Install.md
@ -1,34 +1,19 @@
|
||||
## Debian
|
||||
First, acquire the software.
|
||||
First, ensure all the necessary dependencies are installed.
|
||||
|
||||
`hrfee@lab:~$ sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev`
|
||||
|
||||
Next, acquire the software.
|
||||
|
||||
`hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts.git`
|
||||
|
||||
Next, enter the directory and run the install.
|
||||
Then enter the directory and run the install.
|
||||
|
||||
```
|
||||
hrfee@lab:~$ cd jellyfin-accounts
|
||||
hrfee@lab:~$ python3 setup.py install
|
||||
```
|
||||
|
||||
Like me, you might encounter an error here.
|
||||
On some systems, flask's dependency `python-ldap` has trouble building.
|
||||
```
|
||||
Modules/constants.h:7:10: fatal error: lber.h: No such file or directory
|
||||
#include "lber.h"
|
||||
^~~~~~~~
|
||||
compilation terminated.
|
||||
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
|
||||
|
||||
----------------------------------------
|
||||
Failed building wheel for python-ldap
|
||||
```
|
||||
|
||||
To remedy this, some of its own dependencies need installing.
|
||||
|
||||
`hrfee@lab:~$ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev`
|
||||
|
||||
Then all you need to do is re-run `python3 setup.py install`.
|
||||
|
||||
## Other OSes
|
||||
It should be as simple as `python3 setup.py install`. If not, submit an issue.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user