felix
1f879e441e
Apply suggestions from code review
...
Co-authored-by: yvt <i@yvt.jp>
2022-05-12 05:34:26 +10:00
Felix
1d03b284d2
Updated macOS build instructions in readme
...
- Clarified macOS homebrew step
- Fixed small textual details
- Removed `sudo xcodebuild -license` step as it is only needed
when doing a full xcode install ( not commandline-tools ).
- Made sure `--recurse-submodules` was included in the clone step
- Nix package instructions are unchanged and may need revision
2022-05-11 02:39:10 +10:00
Rojen Zaman
3269821871
Add dependencies installation section for Fedora
2021-09-02 01:54:26 +03:00
yvt
7c27e5b25c
Merge pull request #928 from yvt/chore-msvc-paks
...
Improve the asset building in MSVC
- The pak building step now tracks its dependencies correctly. Consequently, it will not run if the input files are unchanged.
- The build process now copies `PackageInfo.json` to the correct output directory.
2020-12-18 22:54:15 +09:00
yvt
deee473715
chore(cmake): support disabling non-GPL file downloading
2020-12-18 22:53:22 +09:00
yvt
a5a22653b9
chore(cmake): copy PackageInfo.json
in MSVC builds
2020-12-18 05:22:15 -08:00
yvt
2a72668cda
doc: convert
is not needed for macOS builds
2020-12-18 22:04:02 +09:00
yvt
ae7ce2f029
chore: link libraries statically when building for x86-windows
2020-12-18 04:40:23 -08:00
yvt
528a5a5cdc
chore(cmake): get vcpkg-based build working on Windows (again)
2020-12-18 04:40:23 -08:00
yvt
665b7ee799
doc: clarify network usage during building
2020-12-14 00:31:57 +09:00
yvt
cdf2bcd9a5
chore: download libysrspades.dylib
automatically when building for macOS
2020-12-14 00:14:13 +09:00
yvt
e9cd690a71
chore: build macOS app bundle
2020-12-14 00:02:47 +09:00
yvt
c808ad427b
chore: get vcpkg-based build working on macOS (again)
2020-12-13 21:46:13 +09:00
Berk
7ccb89165e
Update README.md
...
Added some improvements to running the program after installation. Thanks to @feikname
2019-04-14 14:17:51 +10:00
Berk
0154361e37
Updated README.md
...
I have added the installation procedure to install OpenSpades via Flatpak on Linux.
2019-04-07 12:38:24 +10:00
Hugo Locurcio
4414cec6d1
Use HTTPS links in README
...
This also replaces references to Mac OS X with macOS, which is
the official name since 10.12.
2018-10-15 21:44:34 +02:00
Flávio Monteiro
a83b267eea
README.md: mention imagemagick dependency
...
It's required as a build dependency for generating the icon(s).
The wiki page was also updated too.
Fixes #777 .
2018-10-09 01:37:58 -03:00
feikname
9da4ea4c23
Update README.md to have VS2017 as a supported version
2018-02-14 15:27:32 -02:00
fantoro
97a28cff10
Update README.md
...
I removed the PPA because I gave up, debian packaging is a fucking nightmare.
2018-01-01 02:37:58 +01:00
fantoro
b3ebac4157
Added the PPA to README
2017-11-30 15:50:01 +01:00
YVT
c03e869e2b
Update README.md
2017-08-31 22:46:43 +09:00
Flávio Monteiro
b34c501bdc
Update README.md
2017-08-22 20:00:06 -03:00
YVT
ed1e1c88f6
Update building instructions
2017-05-12 02:44:47 +09:00
Flávio Monteiro
4b3219cdea
README.md: make some small aesthetic changes
2017-05-03 16:30:53 -03:00
Alan Pope
3b1ad491f2
Update README.md to add snap install instructions
2017-05-03 10:17:50 +01:00
yvt
d78b91a92f
Fix for MSVC
2017-02-25 10:51:47 -08:00
yvt
3bceeaba21
Update URLs
2017-02-18 19:22:45 +09:00
YVT
2272a3d77b
Update README.md
...
Add Crowdin badge
2017-02-06 16:33:40 +09:00
yvt
218f1a3cbb
Update README.md
2017-01-14 04:44:11 +09:00
Way, No
e07e8261a9
Added a handful of badges ( #533 )
...
* Added a handful of badges
Retina-ready travis-ci badge, total downloads, release, open issues and pending pull requests badge
* Removed redundant badges
2017-01-09 00:25:19 +09:00
yvt
1ae14b4fbb
Update README.md
2017-01-08 00:03:38 +09:00
yvt
7a14c39911
Enhancement to weapon sound effects
2017-01-06 04:01:10 +09:00
yvt
d53a92b8a2
Update README.md
2016-12-26 17:46:32 +09:00
yvt
39ec2d6a1d
Update macOS library dependencies
2016-12-26 00:02:01 +09:00
Tomoaki Kawada
7ec5a7b8b0
Make opus decoder working on Linux
2016-12-18 01:41:50 +09:00
Tomoaki Kawada
bdc6cd2ee1
Fix pak location
2016-12-18 01:40:34 +09:00
yvt
2ecbd554b4
Support Ogg Opus audio files (.opus) on macOS
2016-12-18 00:45:17 +09:00
yvt
fd7f5cb764
Update devpak to r31
...
* Revert some sound effects
* Moved ironsight models to the main repo
2016-12-17 04:25:21 +09:00
YVT
2d0ae3b817
FreeType2 font renderer ( #484 )
...
* Backport ngspades’s FreeType2 font renderer
* Change system fonts
* Fix SWImage::Update
* Preliminary custom TTF/OTF font support
* Fix font rendering
* Adjust design
* Update devpak
* Fix to compile on Linux
* Update .travis.yml
* Update external libraries
* Update .travis.yml
* Attempt to fix Travis CI build
* Add missing sudo to travis.yml
* Nevermind the changes, it didn't work
* Update .travis.yml
* Update .travis.yml and CMakeLists.txt
2016-12-11 23:18:16 +09:00
Flávio Monteiro
2167e4f027
Add missing dlls for YSR audio on README.md
2016-12-09 13:48:32 -02:00
Flávio Monteiro
0c8b271ed9
Update Windows instructions in README.md
...
* Remove an unnecessary step about paks (already dealt by the `OpenSpades_Resources` project)
* Small grammar improvements
2016-12-09 13:27:37 -02:00
yvt
267c9e9133
Relocate dev paks
2016-12-09 22:23:35 +09:00
Flávio Monteiro
2af8cfe7c0
Update README.md
2016-12-09 07:18:55 -02:00
Flávio Monteiro
deb3cc0e65
Add more Windows instructions inside README.md
...
* Add missing DLL for YSR (libgcc_s_dw2-1.dll)
* More detailed information about paks
2016-12-09 07:15:02 -02:00
Flávio Monteiro
86bb44d4c2
Update README.md
...
Fixes #482
2016-12-08 06:14:36 -02:00
Flávio Monteiro
10cd537ad5
Update README.md
2016-12-06 00:47:55 -02:00
YVT
aa9dea330c
Support pak creation with Windows builds
...
- mkpak.sh was ported to PowerShell (tested on PowerShell 5).
- Resources/CMakeList.txt was modified to use mkpak.ps1 on Windows and
to generate pak files in the "Resources" directory inside the build
output directory.
- Fixes #316 .
- However, users still have to download the non-free pak manually.
2016-12-05 11:13:50 -08:00
Flávio Monteiro
0d99d30da7
Update README.md
2016-12-04 11:45:54 -02:00
Tomoaki Kawada
b75f0c15a0
Update README.md
2016-12-03 19:55:35 +09:00
Flávio Monteiro
ab1b1309f3
Remove outdated 'ftlk' reference for Windows build
...
* See also: #220
2016-11-28 23:14:17 -02:00