15 lines
No EOL
350 B
Markdown
15 lines
No EOL
350 B
Markdown
# Facebook browser
|
|
|
|
This is just a little browser in Qt to run Facebook with its own cookiejar.
|
|
|
|
It is basically a stripped down version of https://code.google.com/p/devicenzo/
|
|
|
|
To install it download it and then run on Linux:
|
|
|
|
<code>sudo make install</code>
|
|
|
|
To uninstall:
|
|
|
|
<code>sudo make uninstall</code>
|
|
|
|
You need to have installed Qt and python. |