Giter Site home page Giter Site logo

shawnlee841123 / slcore Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.27 MB

Batchfile 0.01% Shell 3.37% CMake 0.83% C++ 69.48% C 5.83% Makefile 16.63% Starlark 0.60% M4 0.50% Java 0.20% Objective-C 0.08% PHP 0.03% Python 0.10% Ruby 0.04% Vim Script 0.03% Emacs Lisp 0.07% Dart 0.03% Go 0.07% Dockerfile 0.01% NASL 2.06% Pawn 0.03%

slcore's Introduction

SLCore

#更新系统 sudo yum -y update

#安装Development Tools sudo yum -y groupinstall "Development Tools" sudo yum -y install wget lrzsz net-tools

#删除随版本安装的git sudo yum -y remove git

#通过源码安装GIT sudo yum -y install perl-ExtUtils-MakeMaker zlib-devel curl-devel

cd ~ mkdir git-source && cd git-source wget https://github.com/git/git/archive/v2.23.0.tar.gz tar zxvf v2.23.0.tar.gz && cd git-2.23.0 autoconf ./configure --with-curl --with-expat make -j4 sudo make install

#安装git-lfs curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash sudo yum -y install git-lfs git lfs install git lfs version

#通过源码安装CMake sudo yum -y install ncurses-devel

cd ~ mkdir cmake-source && cd cmake-source wget https://github.com/Kitware/CMake/releases/download/v3.15.3/cmake-3.15.3.tar.gz tar zxvf cmake-3.15.3.tar.gz && cd cmake-3.15.3 ./configure make -j4 sudo make install

#安装mysql sudo yum -y install libuuid-devel mysql-devel

#ssh ssh -vT [email protected] -p 7999

#Clone代码 cd ~ mkdir proj_civ && cd proj_civ git clone ssh://[email protected]:7999/civ/common.git Common git clone ssh://[email protected]:7999/civ/devops.git DevOps git clone ssh://[email protected]:7999/civ/server.git Server mkdir _build && cd _build cmake -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../Server make -j4

#安装DebugInfo(CentOS7) 修改/etc/yum.repos.d/CentOS-Debuginfo.repo中的enabled参数,改为1 sudo yum -y install nss-softokn-debuginfo --nogpgcheck (如果glibc按装出现问题,先运行下面中括弧内的命令) [sudo yum -y install yum-utils] sudo debuginfo-install glibc

#Project Test 1、进入DevOps\Scripts目录 2、分别执行UpdateClient.bat和UpdateServer.bat。

slcore's People

Contributors

shawnlee841123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.