-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
52 lines (36 loc) · 1.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Qore ssh2 module
INTRODUCTION
------------
This module provides access to ssh2 sessions and the sftp protocol via libssh2
(http://www.libssh2.org) in the Qore programming language.
This version requires qore 0.8.13+ as it requires qpp to build (qpp is the Qore
Pre-Processor) and the stream API
LICENSE
-------
This module is released under a choice of two licenses: LGPL 2.1 and MIT, see
COPYING.LGPL and COPYING.MIT for more information
BINARIES
--------
For Linux RPMs for many distributions, see the opensuse build service:
http://download.opensuse.org/repositories/devel:/languages:/misc/
For OS/X, use macports: http://www.macports.org
sudo port selfupdate
sudo port -vu install qore-ssh2-module
BUILDING
--------
Requires qore 0.8.13+ and libssh2 1.1+ to build and run
to configure the build, execute
configure --disable-debug
if the qore library cannot be found, then you can use:
configure --disable-debug --with-qore=<dir>
if libssh2 cannot be found, then you can use:
configure --disable-debug --with-libssh2-dir=<dir>
The qore binary also needs to be in the path so configure can determine the
module directory
Then execute
make && make install
(or 'make && sudo make install' as needed)
please direct any questions to:
or you can post in the qore forums at
http://qore.org/forums