This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59dd323
commit 66d689b
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Mugen sound extractor by Popov Evgeniy Alekseyevich | ||
|
||
Version 2.3.1 | ||
Version 2.3.1.0.1 | ||
|
||
|
||
System requirement | ||
|
@@ -11,7 +11,7 @@ System requirement | |
|
||
Description and usage | ||
|
||
This program is created for extract a sounds from games that built on MUGEN game engine. | ||
This program is created for extract a sound from games that built on MUGEN game engine. | ||
This program takes a target file name as command line argument. | ||
|
||
Exit codes | ||
|
@@ -32,26 +32,27 @@ But you can do it under any modern C compiler. | |
Source code can be compiled for wide range operation systems, but you need create makefile or build script by yourself. | ||
I provide only two things: compiled binary file for Windows and makefile for Linux. | ||
|
||
Installation and uninstallation under Linux | ||
Install and uninstall under Linux | ||
|
||
Follow this steps: | ||
|
||
1.Extract content of source code archive. | ||
2.Open terminal and go to source code directory. | ||
3. | ||
Run for installation: make install | ||
Run for uninstallation: make uninstall | ||
Run for install: make install | ||
Run for uninstall: make uninstall | ||
|
||
Contact | ||
|
||
You can send me a letter to [email protected]. | ||
|
||
Version history | ||
|
||
1.0 — 1.9.2.5 — Internal unstable build. | ||
1.9.2.6 — First stable version. | ||
1.9.2.7 — First public version. | ||
1.9.2.8 — Experimental build. | ||
1.9.2.9 — 2.2.3 - Stable branch builds. | ||
1.0 — 1.9.2.5 — Internal unstable build. | ||
1.9.2.6 — First stable version. | ||
1.9.2.7 — First public version. | ||
1.9.2.8 — Experimental build. | ||
1.9.2.9 — 2.2.3 - Stable branch builds. | ||
2.2.4 - 2.3 - Small changes. | ||
2.3.1 - Source code was improved. Linux support has been added. | ||
2.3.1.0.1 – Documentation was updated. |