File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -64,31 +64,35 @@ Therefore we use libzmq3 like the following:
64
64
1 . make your ports tree up-to-date.
65
65
2 . replace LIBDEPENDS line in ports/net/py-pyzmq/Makefile
66
66
67
+ ``` shell
67
68
LIB_DEPENDS= libzmq.so:${PORTSDIR} /net/libzmq4
68
-
69
- with
70
-
69
+ ```
70
+ with
71
+ ` ` ` shell
71
72
LIB_DEPENDS= libzmq.so:${PORTSDIR} /net/libzmq3
72
-
73
+ ` ` `
73
74
3. install related packages
74
75
76
+ ` ` ` shell
75
77
$ sudo pkg install libzmq3 py27-qt4-gui py27-pexpect-3.3 py27-qt4-svg py27-pygments py27-Jinja2 py27-tornado py27-jsonschema
76
-
78
+ ` ` `
77
79
4. make install using ports
78
80
81
+ ` ` ` shell
79
82
$ cd /usr/ports/net/py-pyzmq
80
83
$ sudo make install
81
84
$ cd /usr/ports/devel/ipython
82
85
$ sudo make install
83
-
86
+ ` ` `
84
87
Then, install iruby and related ports and gems.
85
-
88
+ ` ` ` shell
86
89
$ sudo pkg install rubygem-mimemagic
87
90
$ sudo gem install ffi-rzmq # install ffi, ffi-rzmq-core and ffi-rzmq
88
91
$ git clone https://github.com/SciRuby/iruby.git
89
92
$ cd iruby
90
93
$ gem build iruby.gemspec
91
94
$ sudo gem install iruby-0.2.7.gem
95
+ ` ` `
92
96
93
97
# ## After the installation
94
98
You can’t perform that action at this time.
0 commit comments