Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SSNTails
SRB2
Commits
0cca1a77
Commit
0cca1a77
authored
1 year ago
by
katsy
Browse files
Options
Downloads
Patches
Plain Diff
remove NASM from readme and circleci
parent
7634a960
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
README.md
+0
-1
0 additions, 1 deletion
README.md
with
1 addition
and
2 deletions
.circleci/config.yml
+
1
−
1
View file @
0cca1a77
...
...
@@ -50,7 +50,7 @@ jobs:
-
v1-SRB2-APT
-
run
:
name
:
Install SDK
command
:
apt-get -o Dir::Cache="/root/.cache/apt" -qq -y --no-install-recommends install git build-essential
nasm
libpng-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 libcurl4-openssl-dev:i386 libopenmpt-dev:i386 gettext ccache wget gcc-multilib upx openssh-client
command
:
apt-get -o Dir::Cache="/root/.cache/apt" -qq -y --no-install-recommends install git build-essential libpng-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 libcurl4-openssl-dev:i386 libopenmpt-dev:i386 gettext ccache wget gcc-multilib upx openssh-client
-
run
:
name
:
make md5sum
command
:
find /root/.cache/apt/archives -type f -print0 | sort -z | xargs -r0 md5sum > /root/.cache/apt_archives.md5
...
...
This diff is collapsed.
Click to expand it.
README.md
+
0
−
1
View file @
0cca1a77
...
...
@@ -8,7 +8,6 @@
[
Sonic Robo Blast 2
](
https://srb2.org/
)
is a 3D Sonic the Hedgehog fangame based on a modified version of
[
Doom Legacy
](
http://doomlegacy.sourceforge.net/
)
.
## Dependencies
-
NASM (x86 builds only)
-
SDL2 (Linux/OS X only)
-
SDL2-Mixer (Linux/OS X only)
-
libupnp (Linux/OS X only)
...
...
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