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

plan9port support #468

Closed
exp7l opened this issue Nov 10, 2022 · 1 comment
Closed

plan9port support #468

exp7l opened this issue Nov 10, 2022 · 1 comment

Comments

@exp7l
Copy link

exp7l commented Nov 10, 2022

Hi, I am quite new to the project, hope I am not missing important info somewhere.

I am trying to compile with plan9port support (e.g. Win) following the instruction on the readme. My impression is Win is supported with plan9port.

But Mouse 2 on Win in Edwood says command not found. Perhaps I missed something in the compilation. Would you know what I am missing? Thanks!

go.mod

module github.com/rjkroege/edwood

go 1.11

require (
        9fans.net/go v0.0.2
        github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
        github.com/as/cursor v0.6.7 // indirect
        github.com/as/ms v0.1.0 // indirect
        github.com/atotto/clipboard v0.1.1 // indirect
        github.com/fhs/mux9p v0.3.1
        github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
        github.com/google/go-cmp v0.3.0
        github.com/ktye/duitdraw v0.0.0-20190328070634-a54e9bd5a862
        github.com/sanity-io/litter v1.1.0
        github.com/stretchr/testify v1.3.0 // indirect
        golang.org/x/exp v0.0.0-20190212162250-21964bba6549 // indirect
        golang.org/x/image v0.0.0-20190209060608-ef4a1470e0dc // indirect
        golang.org/x/mobile v0.0.0-20190127143845-a42111704963 // indirect
        golang.org/x/sys v0.0.0-20190219092855-153ac476189d // indirect
)

replace 9fans.net/go => github.com/fhs/9fans-go v0.0.3-0.20190919200528-d38963b83794
~                                                                                       
@exp7l exp7l closed this as completed Nov 13, 2022
@rjkroege
Copy link
Owner

I think you need to use duitdraw on windows?

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

No branches or pull requests

2 participants