blob: 3c5f3c912fc97c1d816126b3fdb908d3fc511a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
http://riemann.fmi.uni-sofia.bg/programs/
This is the login which I wrote for me.
Build:
make
To compile with dietlibc use
make CC='diet -Os gcc -nostdinc'
It's possible to use also
make dietbuild
Install:
make install
or
cp nlogin /bin/
cp nlogin-tiny /bin/
cp nlogin-auth /bin/nlogin-auth <-- do not change the location !!!
Look also the file config.h included here.
Enjoy, Nikola Vladov
|