GetHub

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
cavelamb
Posts: 52
Joined: Jan 04, 2010 9:03
Location: earth

GetHub

Post by cavelamb »

When all else fails, admit ignorance and throw yourself on the mercy of the forum.

Would someone explain (in small words) how to use GetHub?

I'd like to try out Visual FB Editor for Windows, but have never used GetHub and don't have a clue where to start.
SARG
Posts: 1764
Joined: May 27, 2005 7:15
Location: FRANCE

Re: GetHub

Post by SARG »

You don't need github.

Go to the page https://github.com/XusinboyBekchanov/VisualFBEditor
Click on the green button (code) and click on 'download Zip' to get all the source files.
Then after unzipping the files follow the help on the same page , at the bottom, explaining how to compile for Winows32/64

Maybe you also need to download https://github.com/XusinboyBekchanov/Co ... bFramework
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: GetHub

Post by fxm »

Or see the first post of VisualFBEditor - IDE for FreeBasic:
viewtopic.php?t=27284
cavelamb
Posts: 52
Joined: Jan 04, 2010 9:03
Location: earth

Re: GetHub

Post by cavelamb »

SARG wrote: Feb 25, 2023 17:40 You don't need github.

Go to the page https://github.com/XusinboyBekchanov/VisualFBEditor
Click on the green button (code) and click on 'download Zip' to get all the source files.
Then after unzipping the files follow the help on the same page , at the bottom, explaining how to compile for Winows32/64

Maybe you also need to download https://github.com/XusinboyBekchanov/Co ... bFramework
AH!
I missed the ZIP line.

But the MyFBFramework returns a fat 404
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: GetHub

Post by srvaldez »

apparently the address changed, try https://github.com/XusinboyBekchanov/MyFbFramework
@cavelamb
as SARG SUGGESTED Go to the page https://github.com/XusinboyBekchanov/VisualFBEditor
click on releases, there you will find binaries for Windows
cavelamb
Posts: 52
Joined: Jan 04, 2010 9:03
Location: earth

Re: GetHub

Post by cavelamb »

Making progress at least.
Got all the sources - in the right places (I think)

It 's Alive!
Post Reply