Difference between revisions of "VPP/Macswapplugin"

From fd.io
< VPP
Jump to: navigation, search
m (add mkdir to shell variant)
m (use pre tags)
Line 1: Line 1:
emacs
+
Using emacs:
 +
 
 +
<pre>
 
C-x C-f, /vpp/build-root/emacs-list/all-skel.el
 
C-x C-f, /vpp/build-root/emacs-list/all-skel.el
 
 
M-x eval-buffer
 
M-x eval-buffer
 
 
M-x shell; mkdir /vpp/devboot
 
M-x shell; mkdir /vpp/devboot
 
 
M-x make-plugin
 
M-x make-plugin
 
 
macswap
 
macswap
 
 
C-x s
 
C-x s
 +
</pre>
  
 
OR
 
OR
  
shell
+
At the shell prompt:
  
cd ~ ; git clone https://github.com/alagalah/macswap-plugin ;cd macswap-plugin; mkdir /vpp/devboot; tar -zxvf macswap-plugin.tar.gz -C /vpp/devboot
+
<pre>
 +
cd ~
 +
git clone https://github.com/alagalah/macswap-plugin
 +
cd macswap-plugin
 +
mkdir /vpp/devboot
 +
tar -zxvf macswap-plugin.tar.gz -C /vpp/devboot
 +
</pre>

Revision as of 18:05, 5 April 2016

Using emacs:

C-x C-f, /vpp/build-root/emacs-list/all-skel.el
M-x eval-buffer
M-x shell; mkdir /vpp/devboot
M-x make-plugin
macswap
C-x s

OR

At the shell prompt:

cd ~
git clone https://github.com/alagalah/macswap-plugin
cd macswap-plugin
mkdir /vpp/devboot
tar -zxvf macswap-plugin.tar.gz -C /vpp/devboot