树莓派安装mono及使用owin

1.更新软件包

sudo apt-get update
sudo apt-get upgrade

2.安装mono

sudo apt-get install mono-complete

3.查看mono版本 mono-V

Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+hard
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen

4.下载jexus

wget linuxdot.net/down/jexus-5.6.4.tar.gz

5.1 解压jexus

tar -zxvf jexus-5.6.3.tar.gz

5.2 进入解压文件夹,安装jexus

sudo ./install


秋风 2016-07-02