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

Emscripten port of SDLvncviewer #240

Open
1 of 2 tasks
bk138 opened this issue Aug 12, 2018 · 0 comments
Open
1 of 2 tasks

Emscripten port of SDLvncviewer #240

bk138 opened this issue Aug 12, 2018 · 0 comments

Comments

@bk138
Copy link
Member

bk138 commented Aug 12, 2018

More of a fun project to see if it's actually working.

Right now, this works in a hacky build setup using

  • emcmake cmake to generate a rfbconfig.h
  • and this script to build
#!/bin/sh
emcc libvncclient/cursor.c libvncclient/listen.c libvncclient/rfbproto.c libvncclient/sockets.c libvncclient/vncviewer.c libvncclient/tls_none.c \
common/minilzo.c common/crypto_included.c  common/d3des.c \
client_examples/SDLvncviewer.c \
--emrun \
-include rfb/rfbconfig.h -I. -Icommon -s TOTAL_MEMORY=67108864 -s USE_SDL=2 -o sdlvnc.html
@bk138 bk138 self-assigned this Aug 12, 2018
@bk138 bk138 removed their assignment Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant