Porting large programs

Programming, for all ages and all languages.
User avatar
Artlav
Member
Member
Posts: 178
Joined: Fri Aug 21, 2009 5:54 am
Location: Moscow, Russia
Contact:

Re: Porting large programs

Post by Artlav »

Why would you need fonts in a terminal?

If you're starting to use big GPL libs then there will be Freetype, then Cairo, then OpenSSL, and so on (for example, ofcourse) - where there is one, there will likely be many.
Do you plan to include it all into your project?
From my point of view keeping only the changed files/diffs in the VCS/releases is the best option - if someone can download yours, they can also download the other libs by provided links.
Then, copy over/patch, and build, or copy into, make image, run.
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: Porting large programs

Post by NickJohnson »

Artlav wrote:Why would you need fonts in a terminal?
Is this directed at me? I use fonts in my terminal because it allows a lot more lines/columns per screen than the VGA font. That, and my terminal emulator is used for both PTYs and GUI terminals, and people expect the option of fonts in a GUI terminal (like xterm).
Post Reply