在Linux(Debian)下安裝mono(轉)
在Linux(Debian)下安裝mono(轉)[@more@]Debian是諸多Linux發行版之一。MONO是.net在Linux下的移值版,透過Debian的apt-get可方便的安裝MONO
1.首先在 /etc/apt/sources.list 內加上:
deb http://pkg-mono.alioth.debian.org/current ./
deb-src http://pkg-mono.alioth.debian.org/current ./
2.更新現有包:
apt-get update
3.安裝
apt-get install mono
安裝需要40M空間,如果要更新依賴包,將需要更多空間
第一個Linux下的.net程式:
debian:~# cat > hello.cs
using System;
class Hello {
static void Main() {
Console.WriteLine ("Hello, World!");
}
}
debian:~# mcs /target:exe hello.cs
Compilation succeeded
debian:~# ./hello.exe
Hello, World!
將該程式複製到windows下,可以直接執行。
第一個windows下的.net程式
c:csc helloWin.cs
將生成helloWin.exe,該程式可以Windows下執行。
將該程式COPY到Linux下,因為linux下的可執行程式必須要用可執行的屬性,透過:
chmod u=rwx helloWin.exe
賦於可執行屬性。
debian:~# ./helloWin.exe
Hello, World!
可成功執行。
透過MONO,Windows下的.net程式可直接執行在Linux下,Linux下生成的.net程式也可直接執行在Windows下,真的很COOL。
由於我在VMWARE中裝的Linux,所以不知道在VMWare中怎麼訪問HOST機中WindowsXP下的檔案,有知道的朋友,請告之。Debian下好像有一個直接從網站下載檔案的程式,有知道的朋友,也吱一聲.
相關網站:
MONO在Debian下的發行版
MONO的老巢,其中有各個平臺的MONO發行版:
1.首先在 /etc/apt/sources.list 內加上:
deb http://pkg-mono.alioth.debian.org/current ./
deb-src http://pkg-mono.alioth.debian.org/current ./
2.更新現有包:
apt-get update
3.安裝
apt-get install mono
安裝需要40M空間,如果要更新依賴包,將需要更多空間
第一個Linux下的.net程式:
debian:~# cat > hello.cs
using System;
class Hello {
static void Main() {
Console.WriteLine ("Hello, World!");
}
}
debian:~# mcs /target:exe hello.cs
Compilation succeeded
debian:~# ./hello.exe
Hello, World!
將該程式複製到windows下,可以直接執行。
第一個windows下的.net程式
c:csc helloWin.cs
將生成helloWin.exe,該程式可以Windows下執行。
將該程式COPY到Linux下,因為linux下的可執行程式必須要用可執行的屬性,透過:
chmod u=rwx helloWin.exe
賦於可執行屬性。
debian:~# ./helloWin.exe
Hello, World!
可成功執行。
透過MONO,Windows下的.net程式可直接執行在Linux下,Linux下生成的.net程式也可直接執行在Windows下,真的很COOL。
由於我在VMWARE中裝的Linux,所以不知道在VMWare中怎麼訪問HOST機中WindowsXP下的檔案,有知道的朋友,請告之。Debian下好像有一個直接從網站下載檔案的程式,有知道的朋友,也吱一聲.
相關網站:
MONO在Debian下的發行版
MONO的老巢,其中有各個平臺的MONO發行版:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-949958/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Debian 5.0(Lenny)下安裝Mono 2.4和MonoDevelop 2.0Monodev
- Debian Linux下安裝永中office(轉)Linux
- 在Debian Woody (Stable) 下安裝 2.6 核心(轉)
- 安裝Debian linux感言(轉)Linux
- Linux下mono配置(轉)LinuxMono
- 在debian下為PHP5.0.3安裝pdo模組(轉)PHP
- debian3下grub安裝(轉)
- 在debian中安裝Java環境(轉)Java
- Debian下安裝JavaJava
- mysql在linux下的完整安裝(轉)MySqlLinux
- 在 linux 系統下安裝 perl(轉)Linux
- 硬碟安裝 Debian(轉)硬碟
- Linux(CentOS)下.NET,mono環境的安裝步驟整理LinuxCentOSMono
- Linux Debian安裝教程Linux
- Debian下安裝EclipseEclipse
- Debian下安裝MyeclipseEclipse
- Debian下安裝TomcatTomcat
- 在Gentoo Linux下輕鬆安裝ALSA(轉)Linux
- 使用隨身碟安裝Linux(Debian/Ubuntu)(轉)LinuxUbuntu
- 雙Linux系統安裝:Redhat+Debian(轉)LinuxRedhat
- 透過已有的Linux來安裝Debian(轉)Linux
- 在Debian上安裝freeswitch
- 在Linux下安裝JDKLinuxJDK
- 在linux下安裝mysqlLinuxMySql
- JDK1.6在LINUX下的安裝配置[轉]JDKLinux
- 在Linux下安裝Oracle Database 9i(轉)LinuxOracleDatabase
- 在RedHat Linux下安裝惠普磁帶機(轉)RedhatLinux
- 安裝Debian Linux 3.0r1系統 (轉)Linux
- Debian下安裝Eyou Mail ServerAIServer
- 在 Debian, Ubuntu, Linux Mint 及 Fedora 中安裝 uGet 下載管理器 2.0UbuntuLinux
- debian核心防毒AntiVir安裝(轉)防毒
- 安裝Java環境(Debian)(轉)Java
- Debian 高階安裝大法(轉)
- 透過debootstrap安裝Debian(轉)boot
- 在Debian系統中編譯Linux核心需要安裝的軟體包(轉)編譯Linux
- linux下amsn安裝(轉)Linux
- 在Debian 9 (Stretch)安裝Dotclear
- Debian linux 安裝程式 etch Beta 2 釋出(轉)Linux