Updated Building from source with Ubuntu Xenial (if you really want it) (markdown)
parent
61a5f444c5
commit
40416853db
@ -4,13 +4,29 @@ So...
|
|||||||
|
|
||||||
## Build it yourself ##
|
## Build it yourself ##
|
||||||
|
|
||||||
1. `sudo apt install libpam0g-dev cryptsetup libcunit1 libcunit1-dev gettext po4a dialog autopoint autoconf libtool`
|
1. Install the build dependencies via shell
|
||||||
2. Go into the pam_panic directory you've downloaded before.
|
```console
|
||||||
3. `autoreconf -i`
|
sudo apt install libpam0g-dev cryptsetup libcunit1 libcunit1-dev gettext po4a dialog autopoint autoconf libtool
|
||||||
4. `./configure --prefix=/usr`
|
```
|
||||||
5. `make`
|
2. Change into the pam_panic which you've downloaded and extracted before
|
||||||
6. `sudo make install`
|
```console
|
||||||
|
cd pam_panic
|
||||||
Done.
|
```
|
||||||
|
3. Install the autoconf files into the project using
|
||||||
|
```console
|
||||||
|
autoreconf -i
|
||||||
|
```
|
||||||
|
4. Configure autoconf to install pam_panic into your real™ system directory
|
||||||
|
```console
|
||||||
|
./configure --prefix=/usr
|
||||||
|
```
|
||||||
|
5. Build the source with
|
||||||
|
```console
|
||||||
|
make
|
||||||
|
```
|
||||||
|
6. Install pam_panic with
|
||||||
|
```console
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
Now you can run `pam_panic_config` and do a config!.
|
Now you can run `pam_panic_config` and do a config!.
|
Loading…
x
Reference in New Issue
Block a user