Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Sun pull request #494

Merged
merged 20 commits into from May 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions build.sunos64x64/HowToBuild
Expand Up @@ -4,6 +4,7 @@ How To Build On Solaris

Contents:
- Overview
- Audio Headers
- Real-Time
- Swapspace
- C Compiler
Expand Down Expand Up @@ -37,6 +38,24 @@ To run the vm, consider running the process in the RT (real-time) class.
For Solaris specific suggestions you can contact me (David Stes)
or alternatively (and maybe better!) the OpenSmalltalk team ...

Audio Headers
-------------

The configure script will look for header files (#include) and enable
the build of some sound plugins, depending on what it finds.

Personally I like the "pulse" server supported by the "vm-sound-pulse" plugin.

Make sure that you *uninstall* the audio headers:

# pkg list -a system/header/header-audio
# pkg list -a library/audio/pulseaudio

Make sure (before you configure and build) that header-audio is uninstalled,
and that pulseaudio is installed.

The header files for pulseaudio are in the pulseaudio package.

Real-Time
---------

Expand Down