You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: en-us/download/macos/index.html
+7-5
Original file line number
Diff line number
Diff line change
@@ -3707,14 +3707,14 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
3707
3707
</tbody>
3708
3708
</table>
3709
3709
<ul>
3710
-
<li>Native support for Apple Silicon (M1 / M2) will be added in the currently under development Siv3D v0.8.0.</li>
3710
+
<li>Native support for Apple Silicon (M1 - M3) will be added in the currently under development Siv3D v0.8.0.</li>
3711
3711
</ul>
3712
3712
<detailsclass="summary">
3713
3713
<summary>If you cannot install Xcode</summary>
3714
3714
<p>If your macOS OS version is not the latest, you may not be able to install Xcode via the App Store. In that case, please download a previous version of Xcode, such as Xcode 13.2, from the <ahref="https://developer.apple.com/download/more/" target="_blank">Apple Developer site <spanclass="twemoji"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><pathd="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7Z"/></svg></span></a>.</p>
3715
3715
</details>
3716
3716
<h3id="12-system-requirements-for-running-siv3d-application">1.2 System Requirements for Running Siv3D Application<aclass="headerlink" href="#12-system-requirements-for-running-siv3d-application" title="Permanent link">¶</a></h3>
3717
-
<p>The necessary environment to run applications developed with Siv3D v0.6.14 on macOS is as follows.</p>
3717
+
<p>The necessary environment to run applications developed with Siv3D v0.6.15 on macOS is as follows.</p>
3718
3718
<table>
3719
3719
<thead>
3720
3720
<tr>
@@ -3742,18 +3742,19 @@ <h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Require
3742
3742
</tbody>
3743
3743
</table>
3744
3744
<ul>
3745
-
<li>Native support for Apple Silicon (M1 / M2) will be added in the currently under development Siv3D v0.8.0.</li>
3745
+
<li>Native support for Apple Silicon (M1 - M3) will be added in the currently under development Siv3D v0.8.0.</li>
3746
3746
</ul>
3747
3747
<h2id="2-downloading-the-siv3d-project-template">2. Downloading the Siv3D Project Template<aclass="headerlink" href="#2-downloading-the-siv3d-project-template" title="Permanent link">¶</a></h2>
3748
3748
<ol>
3749
-
<li>Download and extract <strong><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.14_macOS.zip" target="_blank">OpenSiv3D v0.6.14 Project Templates for macOS</a></strong>.</li>
3749
+
<li>Download and extract <strong><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.15_macOS.zip" target="_blank">OpenSiv3D v0.6.15 Project Templates for macOS</a></strong>.</li>
3750
3750
<li>If you are on macOS Catalina or later, a dialog box for file access permission appears every time you run the program. To avoid this, move the project folder to <code>(Username)/Applications</code> folder (not the root's Applications folder, but the Applications folder in user's home), rather than <code>(Username)/Desktop</code> or <code>(Username)/Downloads</code> folders.</li>
3751
3751
</ol>
3752
3752
<detailsclass="summary">
3753
3753
<summary>Previous versions</summary>
3754
3754
<p>The use of past versions is discouraged. If necessary, download them from the following links.
3755
3755
Due to updates to the compiler, etc., you may not be able to use past versions in the latest development environment. If you want to build an old Siv3D project, a good way is to port its source code to a project with the latest version.</p>
3756
3756
<ul>
3757
+
<li><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.14_macOS.zip" target="_blank">OpenSiv3D v0.6.13 Project Templates for macOS</a></li>
3757
3758
<li><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.13_macOS.zip" target="_blank">OpenSiv3D v0.6.13 Project Templates for macOS</a></li>
3758
3759
<li><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.12_macOS.zip" target="_blank">OpenSiv3D v0.6.12 Project Templates for macOS</a></li>
3759
3760
<li><ahref="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.11_macOS.zip" target="_blank">OpenSiv3D v0.6.11 Project Templates for macOS</a></li>
@@ -3772,11 +3773,12 @@ <h2 id="3-building-a-siv3d-app">3. Building a Siv3D App<a class="headerlink" hre
3772
3773
<ol>
3773
3774
<li>Open the project file <code>examples/empty/empty.xcodeproj</code> in Xcode.</li>
3774
3775
<li>Open <code>Main.cpp</code> from the project menu</li>
3776
+
<li>If you are using an M1 - M3 Mac, enable Rosetta mode with the method described in the next section.</li>
3775
3777
<li>Click <strong>Run button ▶️</strong> to build and execute the application.</li>
3776
3778
<li>To exit a running program, press <spanclass="keys"><kbdclass="key-escape">Esc</kbd></span> or close the window.</li>
3777
3779
</ol>
3778
3780
<detailsclass="summary">
3779
-
<summary>Enabling Rosetta mode on M1 / M2 Mac</summary>
3781
+
<summary>Enabling Rosetta mode on M1 - M3 Mac</summary>
3780
3782
<p>If the Rosetta option is not displayed in Xcode, select <em>Show Rosetta Destinations</em> from Product > Destination > Destination Architectures. From Xcode 15.3 onwards, the Rosetta option can be displayed by pressing Product > Destination > Show All Run Destinations.</p>
Copy file name to clipboardexpand all lines: en-us/download/windows/index.html
+12-11
Original file line number
Diff line number
Diff line change
@@ -3766,7 +3766,7 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
3766
3766
</tr>
3767
3767
<tr>
3768
3768
<td>IDE</td>
3769
-
<td>Microsoft Visual C++ 2022 17.7<br>(Please install "Desktop development with C++" during the installation process)</td>
3769
+
<td>Microsoft Visual C++ 2022 17.9<br>(Please install "Desktop development with C++" during the installation process)</td>
3770
3770
</tr>
3771
3771
</tbody>
3772
3772
</table>
@@ -3782,7 +3782,7 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
3782
3782
<p>After that, just press the "Install" button at the bottom right to start installing the necessary tools for C++ programming.</p>
3783
3783
</details>
3784
3784
<h3id="12-system-requirements-for-running-siv3d-application">1.2 System Requirements for Running Siv3D Application<aclass="headerlink" href="#12-system-requirements-for-running-siv3d-application" title="Permanent link">¶</a></h3>
3785
-
<p>The necessary environment to run applications developed with Siv3D v0.6.14 on Windows is as follows. You may want to include this in the instructions when distributing your game or app.</p>
3785
+
<p>The necessary environment to run applications developed with Siv3D v0.6.15 on Windows is as follows. You may want to include this in the instructions when distributing your game or app.</p>
3786
3786
<table>
3787
3787
<thead>
3788
3788
<tr>
@@ -3811,7 +3811,7 @@ <h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Require
3811
3811
</table>
3812
3812
<h2id="2-installing-the-siv3d-sdk">2. Installing the Siv3D SDK<aclass="headerlink" href="#2-installing-the-siv3d-sdk" title="Permanent link">¶</a></h2>
3813
3813
<ol>
3814
-
<li>Download and run <strong><ahref="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.14_Installer.exe" target="_blank">OpenSiv3D v0.6.14 Installer for Windows Desktop</a></strong> .</li>
3814
+
<li>Download and run <strong><ahref="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.15_Installer.exe" target="_blank">OpenSiv3D v0.6.15 Installer for Windows Desktop</a></strong> .</li>
3815
3815
<li>If you see a message that says "Windows Protected Your PC" when you try to execute it, press <strong>More info</strong> and then press <strong>Run anyway</strong>.</li>
<summary>The installer will automatically do the following:</summary>
3827
3827
<ul>
3828
3828
<li>Create a SDK folder (The default location is <code>Documents</code>).</li>
3829
-
<li>Set a user environment variable "SIV3D_0_6_14" with the path to the SDK folder.</li>
3829
+
<li>Set a user environment variable "SIV3D_0_6_15" with the path to the SDK folder.</li>
3830
3830
<li>Copy the Visual Studio project template for the Siv3D project (The default locations is <code>Documents/Visual Studio 2022/Templates/ProjectTemplates/</code>).</li>
<p>The use of previous versions is not recommended. If necessary, please download them from the links below.
3842
3842
Due to updates to the compiler and others, you may not be able to use past versions in the latest development environment. If you want to build an old Siv3D project, it is best to port its source code to a project with the latest version.</p>
3843
3843
<ul>
3844
+
<li><ahref="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.14_Installer.exe" target="_blank">OpenSiv3D v0.6.14 Installer for Windows Desktop</a></li>
3844
3845
<li><ahref="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.13_Installer.exe" target="_blank">OpenSiv3D v0.6.13 Installer for Windows Desktop</a></li>
3845
3846
<li><ahref="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.12_Installer.exe" target="_blank">OpenSiv3D v0.6.12 Installer for Windows Desktop</a><ul>
3846
3847
<li><ahref="https://github.com/Siv3D/OpenSiv3D/issues/1136" target="_blank">Steps to Eliminate Compilation Errors in Visual Studio 2022 17.8</a></li>
<summary>Steps for manually installing the Siv3D SDK</summary>
3885
3886
<h3id="placing-sdk-files-and-setting-environment-variables">Placing SDK files and setting environment variables<aclass="headerlink" href="#placing-sdk-files-and-setting-environment-variables" title="Permanent link">¶</a></h3>
3886
3887
<ol>
3887
-
<li>Download and extract <ahref="https://siv3d.jp/downloads/Siv3D/manual/0.6.14/OpenSiv3D_SDK_0.6.14.zip">OpenSiv3D_SDK_0.6.14.zip</a> (File size: 90 MB), and place the contents in your documents folder as follows:<ul>
<li>Download and extract <ahref="https://siv3d.jp/downloads/Siv3D/manual/0.6.15/OpenSiv3D_SDK_0.6.15.zip">OpenSiv3D_SDK_0.6.15.zip</a> (File size: 90 MB), and place the contents in your documents folder as follows:<ul>
<li>Create a new environment variable <code>SIV3D_0_6_14</code> and set the path to the SDK folder (the parent folder of the <code>addon/</code>, <code>include/</code>, and <code>lib/</code> folders)<ul>
3894
-
<li>Example: If you have placed <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.14/include</code>, set <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.14</code> to the environment variable <code>SIV3D_0_6_14</code>.</li>
3894
+
<li>Create a new environment variable <code>SIV3D_0_6_15</code> and set the path to the SDK folder (the parent folder of the <code>addon/</code>, <code>include/</code>, and <code>lib/</code> folders)<ul>
3895
+
<li>Example: If you have placed <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.15/include</code>, set <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.15</code> to the environment variable <code>SIV3D_0_6_15</code>.</li>
<h3id="placing-the-opensiv3d-project-template-zip">Placing the OpenSiv3D project template (ZIP)<aclass="headerlink" href="#placing-the-opensiv3d-project-template-zip" title="Permanent link">¶</a></h3>
3900
3901
<ol>
3901
-
<li>Download the Visual Studio project template <ahref="https://siv3d.jp/downloads/Siv3D/manual/0.6.14/OpenSiv3D_0.6.14.zip">OpenSiv3D_0.6.14.zip</a> (size: about 63 MB), and without unzipping the file, place the ZIP file in the <code>Visual Studio 2022/Templates/ProjectTemplates/</code> folder created in the documents folder during the Visual Studio 2022 installation. </li>
3902
+
<li>Download the Visual Studio project template <ahref="https://siv3d.jp/downloads/Siv3D/manual/0.6.15/OpenSiv3D_0.6.15.zip">OpenSiv3D_0.6.15.zip</a> (size: about 63 MB), and without unzipping the file, place the ZIP file in the <code>Visual Studio 2022/Templates/ProjectTemplates/</code> folder created in the documents folder during the Visual Studio 2022 installation. </li>
<p>After the manual installation steps are complete, reboot your PC to ensure the application of the environment variables. Then, proceed to step 3 on this page.</p>
<p><strong>Siv3D</strong> is an open-source framework that allows for <strong>fun and easy programming of games and applications using modern C++ code</strong>, incorporating sound, images, and AI. A wealth of tutorials are available, and you can easily ask questions or seek advice in the online user community. The operating environment is Windows / macOS / Linux / Web.</p>
<p><small>Apple Silicon (M1 / M2) will be natively supported from Siv3D v0.8.0, which is currently under development.</small></p>
3665
+
<p><small>Apple Silicon (M1 - M3) will be natively supported from Siv3D v0.8.0, which is currently under development.</small></p>
3666
3666
<h4id="download-siv3d-for-web-unofficial">Download Siv3D for Web (Unofficial)<aclass="headerlink" href="#download-siv3d-for-web-unofficial" title="Permanent link">¶</a></h4>
<h2id="exceptional-features-for-efficient-game-and-app-development">Exceptional Features for Efficient Game and App Development<aclass="headerlink" href="#exceptional-features-for-efficient-game-and-app-development" title="Permanent link">¶</a></h2>
0 commit comments