Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.178.45
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pycairo-1.8.10 /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2022-01-26 17:33
AUTHORS
178
B
-rw-r--r--
2009-01-09 02:14
COPYING
621
B
-rw-r--r--
2004-11-30 01:56
COPYING-LGPL-2.1
25.91
KB
-rw-r--r--
2004-11-30 01:57
COPYING-MPL-1.1
25.15
KB
-rw-r--r--
2004-11-30 01:57
INSTALL
945
B
-rw-r--r--
2010-05-20 11:36
NEWS
13.82
KB
-rw-r--r--
2010-05-20 11:36
README
3.09
KB
-rw-r--r--
2009-01-01 05:06
faq.rst
1.35
KB
-rw-r--r--
2009-06-20 07:49
overview.rst
1.05
KB
-rw-r--r--
2009-06-20 07:50
Save
Rename
Install Procedure ----------------- Waf --- $ ./waf --help # shows available waf options $ ./waf configure # use '--prefix=PREFIX' if needed $ ./waf build $ ./waf install Unsupported alternative install methods --------------------------------------- GNU Autotools ------------- Using the same install method of install as cairo - GNU autotools. $ python -c "import sys; print sys.prefix" # make a note of the python prefix $ ./configure --prefix=<python_prefix> $ make $ make install # may require superuser access To build from git, use this line instead of the configure line above: $ ./autogen.sh --prefix=<python_prefix> If you're installing to another prefix than the one where Python is installed Python will not be able to find the cairo module until you add $prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable. Python distutils ---------------- $ python setup.py install Testing ------- See test/README