LadySerenaKitty / sgemew

Mirrored from GitLab [automagic]

Home Page:https://ladyserenakitty.gitlab.io/sgemew/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline status coverage status

SGEmew

MIPS R10k (MIPS IV) emulator primarily targeting SGI systems.

The GitHub repository is a mirror of the GitLab repository.

If Markdown fails to display properly on GitHub, this may be why.

Getting the source

First, you need to get the sources locally

Clone on GitLab

git clone git@gitlab.com:LadySerenaKitty/sgemew.git

or

git clone https://gitlab.com/LadySerenaKitty/sgemew.git

Clone on GitHub

git clone git@github.com:LadySerenaKitty/sgemew.git

or

git clone https://github.com/LadySerenaKitty/sgemew.git

Contributing

On either GitLab or GitHub, fork the repository and clone your fork instead.

Alternatively, if you have already cloned, simply update the origin URL:

git remote set-url origin [your fork's clone URL]

After pushing your changes, send a PR (pull request) and I'll take a look at it.

Building

After checking out the project, building is fairly easy.

cd sgemew
cmake .
make

Running

If it builds, it should run. The binary will be located in cmake-build-Debug/output.

Requirements

Documentation

Auto-generated code documentation can always be found at https://ladyserenakitty.gitlab.io/sgemew

Building Documentation

Requires devel/doxygen.

cd sgemew
doxygen

The resulting documentation will be in sgemew/doc.

About

Mirrored from GitLab [automagic]

https://ladyserenakitty.gitlab.io/sgemew/

License:Apache License 2.0


Languages

Language:C++ 88.6%Language:C 7.5%Language:CMake 3.9%