-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 759 Bytes
/
README
File metadata and controls
19 lines (15 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SecureZone - A movie inspired screen locker written in C, using Xlib and PAM
----------------------------------------------------------------------------
1. Introduction
SecureZone locks your X session, and has a movie inspired and high tech
look. The purpose of creating this application, was just me who wanted
to learn a bit about Xlib and PAM, as well as the fun of doing it ;)
2. Prerequisites
You will need the essential build tools (gcc, make, etc.), and
libx11 + (libxinerama + libext) + libpam
3. Installation
Edit the config.mk to suit your desired setup.
Run "make" to build securezone and then run "make install" to install
it to your system (NOTE! You may need to be root for this).
4. Authors
Pontus Andersson <epontan (at) gmail (dot) com>