Skip to content

Commit

Permalink
Bye Windows XP
Browse files Browse the repository at this point in the history
  • Loading branch information
rerrahkr committed Sep 2, 2023
1 parent eec4ffe commit 144fc9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
16 changes: 8 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ environment:
MAKE: mingw32-make
RELEASE_BUILD: false
# Windows XP (Debug)
- APPVEYOR_JOB_NAME: for Windows XP
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
COMPILER: C:\Qt\Tools\mingw492_32\bin
QT: C:\Qt\5.5\mingw492_32\bin
PLATFORM: windows-xp
DEST: BambooTracker-v%APPVEYOR_BUILD_VERSION%-dev-windows-xp-32bit.zip
MAKE: mingw32-make
RELEASE_BUILD: false
# - APPVEYOR_JOB_NAME: for Windows XP
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
# COMPILER: C:\Qt\Tools\mingw492_32\bin
# QT: C:\Qt\5.5\mingw492_32\bin
# PLATFORM: windows-xp
# DEST: BambooTracker-v%APPVEYOR_BUILD_VERSION%-dev-windows-xp-32bit.zip
# MAKE: mingw32-make
# RELEASE_BUILD: false
# Windows XP (Release)
# - APPVEYOR_JOB_NAME: for Windows XP (Release)
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3A%22Windows+10+%2864-bit%2C+Qt6%29%22">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/windows-10-qt6.yml?label=Windows%2010&logo=windows" alt="BambooTracker Build-Test Status on Windows (Qt6)">
</a>
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3A%22Windows+7+and+up+%2832-bit%2C+Qt5%29%22">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/windows.yml?label=Windows%207&logo=windows-xp" alt="BambooTracker Build-Test Status on Windows (Qt5)">
</a>
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3AmacOS">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/macos.yml?label=macOS&logo=apple" alt="BambooTracker Build-Test Status on macOS">
</a>
Expand All @@ -44,8 +41,8 @@ BambooTracker is a cross-platform music tracker for the Yamaha YM2608 (OPNA) sou
2. [Community](#community)
3. [Translations](#translations)
4. [Downloads](#downloads)
4.1. [Releases (Windows 7+, Windows XP, macOS, Linux)](#releases-windows-7-windows-xp-macos-linux)
4.2. [Development Builds (Windows 7+, Windows XP, macOS)](#development-builds-windows-7-windows-xp-macos)
4.1. [Releases (Windows, macOS, Linux)](#releases-windows-macos-linux)
4.2. [Development Builds (Windows, macOS)](#development-builds-windows-macos)
4.3. [Packages (macOS, Linux, BSD)](#packages-macos-linux-bsd)
5. [Key Commands](#key-commands)
6. [Effect List](#effect-list)
Expand Down Expand Up @@ -83,13 +80,13 @@ If you'd like to see your language of choice added to the list, join the Discord

## Downloads

### Releases (Windows 7+, Windows XP, macOS, Linux)
### Releases (Windows, macOS, Linux)

Releases are recommended for most users, as they should provide a good & stable experience.

[![Release](https://img.shields.io/badge/Download-Release-brightgreen?style=for-the-badge)](https://github.com/BambooTracker/BambooTracker/releases/latest)

### Development Builds (Windows 7+, Windows XP, macOS)
### Development Builds (Windows, macOS)

Development builds are built & uploaded whenever a code change has been committed to the base repository *or a pull request*.
They thus offer the latest or in-development features and fixes, but are not optimised for regular use.
Expand Down Expand Up @@ -188,7 +185,7 @@ How to acquire these and further required / optional dependencies are specific t
Untested but might work.
- MSVC
Either bundled with [Visual Studio](https://visualstudio.microsoft.com) or standalone (check "Build Tools for Visual Studio 2019" download).
- [Qt](https://www.qt.io/download-qt-installer)
- [Qt](https://www.qt.io/download-qt-installer):
Older Qt versions (e.g. for an XP builds) may require you to checkout & compile Qt yourself, official prebuilt versions were removed by Qt.

#### macOS
Expand Down
13 changes: 5 additions & 8 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3A%22Windows+10+%2864-bit%2C+Qt6%29%22">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/windows-10-qt6.yml?label=Windows%2010&logo=windows" alt="BambooTracker Build-Test Status on Windows (Qt6)">
</a>
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3A%22Windows+7+and+up+%2832-bit%2C+Qt5%29%22">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/windows.yml?label=Windows%207&logo=windows-xp" alt="BambooTracker Build-Test Status on Windows (Qt5)">
</a>
<a href="https://github.com/BambooTracker/BambooTracker/actions?query=workflow%3AmacOS">
<img src="https://img.shields.io/github/actions/workflow/status/BambooTracker/BambooTracker/macos.yml?label=macOS&logo=apple" alt="BambooTracker Build-Test Status on macOS">
</a>
Expand All @@ -44,8 +41,8 @@ BambooTrackerはNEC PC-8801/9801シリーズに搭載されていたFM音源YM26
2. [コミュニティ](#コミュニティ)
3. [対応言語](#対応言語)
4. [ダウンロード](#ダウンロード)
4.1. [リリース (Windows 7以降, Windows XP, macOS, Linux)](#リリース-windows-7以降,-windows-xp,-macos,-linux)
4.2. [開発版ビルド (Windows 7以降, Windows XP, macOS)](#開発版ビルド-windows-7以降,-windows-xp,-macos)
4.1. [リリース (Windows, macOS, Linux)](#リリース-windows,-macos,-linux)
4.2. [開発版ビルド (Windows, macOS)](#開発版ビルド-windows,-macos)
4.3. [パッケージ (macOS, Linux, BSD)](#packages-macos,-linux,-bsd)
5. [ショートカット](#ショートカット)
6. [エフェクトリスト](#エフェクトリスト)
Expand Down Expand Up @@ -81,13 +78,13 @@ BambooTrackerはNEC PC-8801/9801シリーズに搭載されていたFM音源YM26

## ダウンロード

### リリース (Windows 7以降, Windows XP, macOS, Linux)
### リリース (Windows, macOS, Linux)

リリースは、優れた安定したエクスペリエンスを提供する必要があるため、ほとんどのユーザーに推奨されます。

[![Release](https://img.shields.io/badge/Download-Release-brightgreen?style=for-the-badge)](https://github.com/BambooTracker/BambooTracker/releases/latest)

### 開発版ビルド (Windows 7以降, Windows XP, macOS)
### 開発版ビルド (Windows, macOS)

開発版のビルドはコードの変更がベースリポジトリにコミットされるたびにビルドされ、アップロードされます。
そのため最新または開発中の機能や修正を提供しますが、通常の使用には最適化されていません。
Expand Down Expand Up @@ -187,7 +184,7 @@ BambooTrackerをビルドする際には全てのプラットフォームで以
未テストですが恐らく動作します。
- MSVC
[Visual Studio](https://visualstudio.microsoft.com)にバンドルされているものか、スタンドアロン版("Build Tools for Visual Studio 2019"のダウンロードを確認してください)
- [Qt](https://www.qt.io/download-qt-installer)
- [Qt](https://www.qt.io/download-qt-installer):
古いバージョンのQt(XPビルドなど)では、自分でチェックアウトしてコンパイルする必要があるかもしれませんが、公式のプリビルド版はQtによって削除されました。

#### macOS
Expand Down

0 comments on commit 144fc9b

Please sign in to comment.