debian安裝mono環境


官網 http://pkg-mono.alioth.debian.org/


在/etc/apt/sources.list 加上

deb http://debian.meebey.net/pkg-mono ./

安裝
sudo apt-get install mono-devel  # mono-complete  這個

查看版本
mono -V
Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-8)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)

下載jexus
1、下載:
地址:http://www.linuxdot.net/down/jexus-5.1.tar.gz,可以用wget下載,如:wget http://www.linuxdot.net/down/jexus-5.1.tar.gz

2、解壓:
tar -zxvf jexus-5.1.tar.gz

3、安裝:
Jexus安裝非常簡單,僅僅就是一個復制、粘帖和注冊全局程序集的過程,但要特別注意:需要用root身份進行操作。
A、復制文件,建議把jexus安裝到/usr/jexus中:
sudo cp -rf jexus-5.1 /usr/jexus
B、注冊全局程序集:
cd /usr/jexus
sudo ./jws.regsvr
C、請查看 jws.start、jws.stop、jws.restart、jws.regsvr這幾個腳本文件的權限,確定是否具有可執行權限。

 

相比Centos上debian上的安裝要簡單多了

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM