[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Geany



On Sat, Nov 15, 2008 at 4:58 PM, pymike <pymike93@xxxxxxxxx> wrote:
> Yes. To link to it [on linux] I just add -lSDL and -lSDL_image.
>
> On Sat, Nov 15, 2008 at 3:16 PM, Matt Pearson <jestersbong@xxxxxxxxx> wrote:
>>
>> are you using SDL in C++ yet?
>>
>> On Sat, Nov 15, 2008 at 8:42 AM, pymike <pymike93@xxxxxxxxx> wrote:
>>>
>>> I can actually dev C++ quite efficiently with Geany. Just edit the "Set
>>> Includes and Arguments" under the build menu for linking.
>>>
>>> Code::Blocks is good, though, too :-)
>>>
>>> On Sat, Nov 15, 2008 at 1:34 AM, Jake b <ninmonkeys@xxxxxxxxx> wrote:
>>>>
>>>> for c++, try code::blocks ( it uses scite's text widgit, which is what
>>>> geany uses )
>>>>
>>>> On Sat, Nov 15, 2008 at 1:28 AM, Devon Scott-Tunkin
>>>> <djvonfunkin@xxxxxxxxx> wrote:
>>>> > So I just tried Geany based on everyone's lamp love and it rocks. It
>>>> > is just fast, simple, small and convenient.  Instead of using IDLE for
>>>> > python and VS2005 for C++ and tearing my hair out when they behave like
>>>> > unresponsive, bloated children, I have this program that just works (until
>>>> > my next c++ project...). Or maybe it's just the joy of using Ubuntu again
>>>> > instead of XP, in anycase.. Thanks guys!
>>>> >
>>>> > Devon
>>>> >
>>>> >
>>>> > --- On Fri, 11/7/08, pymike <pymike93@xxxxxxxxx> wrote:
>>>> >
>>>> >> From: pymike <pymike93@xxxxxxxxx>
>>>> >> Subject: Re: [pygame] Geany
>>>> >> To: pygame-users@xxxxxxxx
>>>> >> Date: Friday, November 7, 2008, 7:36 PM
>>>> >> If you want simplicity and speed, geany's the way to go.
>>>> >>
>>>> >> On Fri, Nov 7, 2008 at 4:08 PM, yanom @linuxmail.org
>>>> >> <yanom@xxxxxxxxxxxxx>wrote:
>>>> >>
>>>> >> > Uhhh......... don't use Geany. use DrPython or
>>>> >> IDLE.
>>>> >> > > ----- Original Message -----
>>>> >> > > From: "Matt Pearson"
>>>> >> <jestersbong@xxxxxxxxx>
>>>> >> > > To: pygame-users@xxxxxxxx
>>>> >> > > Subject: [pygame] Geany
>>>> >> > > Date: Thu, 6 Nov 2008 09:18:47 -0600
>>>> >> > >
>>>> >> > >
>>>> >> > > is there anyway to make geany python aware??(in
>>>> >> regards to indention)
>>>> >> >
>>>> >> > >
>>>> >> >
>>>> >> >
>>>> >> > =
>>>> >> > Allied Video Conference Services
>>>> >> > Video Conference room & center near Providence;
>>>> >> sevicing RI, MA & CT.
>>>> >> >
>>>> >> >
>>>> >>
>>>> >> http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=c533b69d222047e5b543fa818da8659f
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > Powered by Outblaze
>>>> >> >
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> - pymike
>>>> >> "Stop loling into a false sense of hilarity"
>>>> >
>>>> >
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Jake
>>>
>>>
>>>
>>> --
>>> - pymike
>>> "Stop loling into a false sense of hilarity"
>>
>
>
>
> --
> - pymike
> "Stop loling into a false sense of hilarity"
>

There is a binary that takes care of include paths for you, I think
it's sdl-config. So your flags looks like:

`sdl-config`

(can someone confirm this? i'm not on a nix machine to check if thats it )
-- 
Jake