![]() |
Software > Web browsers >
(on Wikipedia)
https://github.com/arora/arora
A simple web browser I had checked out in 2009, but as of 2018-03-05 I’m told it’s been abandoned.
-
2009-05-11 – git on PCLinuxOS 2007, updated 2009-04
Table of Contents [hide]
2009-05-11 – git ∞
su apt-get install git-core exit
git clone git://github.com/Arora/arora.git cd arora qmake make
Same old error. I need to redo this system so I can compile properly..
/usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io' /usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_lock_io' collect2: ld returned 1 exit status make[1]: *** [../arora] Error 1 make[1]: Leaving directory `/path_to/arora/src' make: *** [sub-src-make_default] Error 2 [1] 30956 exit 2 make
To update to the latest Arora in the future, you can issue these commands:
cd arora git pull make distclean qmake make

