Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
segatools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Dom Eori
segatools
Commits
89847643
Commit
89847643
authored
5 years ago
by
Tau
Browse files
Options
Downloads
Patches
Plain Diff
Add a sorry excuse for a README
parent
391b6f77
No related branches found
Branches containing commit
Tags
v001
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-0
16 additions, 0 deletions
README.md
with
16 additions
and
0 deletions
README.md
0 → 100644
+
16
−
0
View file @
89847643
# Segatools
Quick start on a Linux build host:
```
# Install Meson and a recent build of MinGW-w64, then:
$ meson --cross cross-build-32.txt _build32
$ ninja -C _build32
$ meson --cross cross-build-64.txt
$ ninja -C _build64
```
Building on MSYS2 is also possible; consult Meson documentation for details.
Additional documentation will be forthcoming.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment