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

add an option --disable-x11 to configure, which allows you to build Chez Scheme with X11 disabled #331

Merged
merged 3 commits into from Jul 1, 2018

Conversation

yunlingz
Copy link
Contributor

@yunlingz yunlingz commented Jul 1, 2018

add an option --disable-x11 to configure, which allows you to build Chez Scheme with X11 disabled

now you can build Chez Scheme like this:

./configure --installprefix=$HOME/scheme --disable-x11
make
make install

see help by ./configure --help

@yunlingz
Copy link
Contributor Author

yunlingz commented Jul 1, 2018

Relevant #325 and #84

@akeep akeep merged commit 68fe2d7 into cisco:master Jul 1, 2018
@akeep
Copy link
Contributor

akeep commented Jul 1, 2018

Looks good, thanks!

@burgerrg
Copy link
Contributor

burgerrg commented Jul 2, 2018

Thanks!

mflatt pushed a commit to racket/ChezScheme that referenced this pull request Mar 24, 2021
add an option `--disable-x11` to configure, which allows you to build Chez Scheme with X11 disabled
@jltaylor-us jltaylor-us mentioned this pull request Jun 8, 2021
mflatt pushed a commit to mflatt/ChezScheme that referenced this pull request Oct 10, 2023
add an option `--disable-x11` to configure, which allows you to build Chez Scheme with X11 disabled

Original commit: 68fe2d7
mflatt pushed a commit to mflatt/ChezScheme that referenced this pull request Oct 10, 2023
add an option `--disable-x11` to configure, which allows you to build Chez Scheme with X11 disabled

Original commit: 68fe2d7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants