MirServer-Go

command module
v0.0.0-...-3178871 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

README

MirServer-Go

传奇服务器Go语言实现

windowns下编译
  1. 安装cygwin

  2. 安装gcc

apt-cyg install mingw64-x86_64-gcc-g++
  1. 使用如下命令编译
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="x86_64-w64-mingw32-gcc" \
    go install -ldflags=-linkmode=internal
idea 项目

设置'Run/Debug Configuration'

  • Environment 项添加:
CGO_ENABLED=1 GOOS=windows GOARCH=amd64  CC="x86_64-w64-mingw32-gcc"
  • Go tool arguments 项
-ldflags=-linkmode=internal

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL