Porting over Webkit?

Programming, for all ages and all languages.
Post Reply
User avatar
naf456
Member
Member
Posts: 34
Joined: Thu Mar 17, 2011 1:06 pm
Location: In my HOuse
Contact:

Porting over Webkit?

Post by naf456 »

Just wanted to see if anyone has done this to a custom OS- and I wanted to see if it's to overkill.
Webkit is a huge piece of software and I would hate to rewrite any routines for it to fit into my OS. I'm hoping I can just compile the source code into binary my OS can read?
not sure never looked into porting over software yet. -in fact I'm still in a Concept stage, no code is yet to be written. Been looking into printing GUI to the screen. that alone looks like overkill. :(
I don't suffer from insanity. I enjoy every minute of it.
xDanielx
Posts: 4
Joined: Tue May 31, 2011 1:15 am
Location: California
Contact:

Re: Porting over Webkit?

Post by xDanielx »

Getting WebKit to run on your OS would be awesome, but the work required would be much more than recompiling. Qt runs on top of widget libraries like Qt and GTK+, which themselves use lower level libraries like Xlib and GDI. This means that there are several approaches you could take to porting, some easier than others. If you're serious about porting WebKit, their help list would be a good place to get advice.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Porting over Webkit?

Post by Kevin »

Origyn claims to have an SDL port of Webkit, and SDL is relatively easy to port. I haven't had the time yet to have a closer look, though. If anybody has tried this, is it a viable approach?
Developer of tyndur - community OS of Lowlevel (German)
cb88
Member
Member
Posts: 38
Joined: Sun Mar 07, 2010 4:06 pm

Re: Porting over Webkit?

Post by cb88 »

Funny Haiku OS has a pretty good port of Webkit but the SDL port isn't soo great.

http://webpositive.haiku-os.org/
Post Reply