zoukankan      html  css  js  c++  java
  • 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上的安装要简单多了

  • 相关阅读:
    2. jvm-sandbox之结构和状态
    1. jvm-sandbox之小试牛刀
    redux中间件来执行异步操作
    redux
    vue简单插件
    VUE搭建
    用element-ui进行文件的上传
    完整的node脚手架搭建服务
    使用node来搭建简单的后台业务
    解决vuex数据页面刷新后初始化问题
  • 原文地址:https://www.cnblogs.com/lvdongjie/p/4997472.html
Copyright © 2011-2022 走看看