Coder Social home page Coder Social logo

xfel's Introduction

This is a test demo!

The first group of designers are chinese students, so the English Guide will be published later


这个软件是干什么的?

这是一个基于qt的,模拟激光与物质相互作用的软件,由于我们的工程还在起步阶段,现在只是测试开源的方式


对于开发者们

这里的内容适用于想加入我们的开发者,你需要下载完整的qt,并且学习一些git的基本操作

Linux用户

  1. 准备

    1. QT 5.9.0 或者更高 http://download.qt.io/archive/qt/ 下载Linux版本的QT,下载的.run文件是可执行文件,直接双击即可开始安装
    2. git Linux系统用户获取git https://git-scm.com/download/linux
  2. 通过git下载并同步代码

    在终端输入如下代码

    cd PATH(用户需要自己填写PATH这个保存路径)
    git clone [email protected]:LiarGC/XREF.git
    

    这样你就得到了我们的代码!

  3. 编译

    继续上一步,输入如下代码

    cd XREF
    chmod +x ./make.sh
    ./make.sh
    

    至此编译完成,会生成一个新的build文件夹,进入这个文件夹可找到可执行文件XFEL,生成的可执行文件XFEL可由如下代码执行

    ./XFEL
    
  4. 源代码的更改

    更改源代码请在 QT Creator 中进行

    使用 QT Creator 打开Source文件夹中的 XFEL.pro,后续操作请学习QT的使用方法

  5. 源代码的上传

    1. 请加入我们,使用你的注册邮箱给 [email protected] 发邮件,说明你想加入XFEL项目,并附带你的GitHub用户名

Windows用户(未完成)

  1. 准备

    1. QT 5.9.0 或者更高 http://download.qt.io/archive/qt/ 下载Windows版本的QT,下载的.exe文件是可执行文件,直接双击即可开始安装
    2. git Windows系统用户获取git https://git-scm.com/download/win

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.