Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ezhoikam

Pages: [1]
1
SFML projects / Re: Let There Be Light 2
« on: October 02, 2016, 02:08:42 pm »
Is it possible to use it with the isometric tiled maps?

2
here is the problem; i already have python. i tried with v2 and v3. it can't find on registry.

3
I tried to install scons but it can't find python.

4
I checked scons and cmake. It looks like it will take so much time to learn one of them  :-\ what is the simplest way to do what i want to do?

5
Cmake is probably right choice. But i'm not really familiar with build systems. I just wanna make it once. Then use it for other projects.

6
First of all, i did some searching but didn't find needed guide.

Here project folder structure;

-project folder with project name
   --Include    // SFML and other hpp files
   --Lib          // SFML lib files
   --Media       // Fonts, sprites etc.
   --Source      // All source code files.
   --Build        // For Windows and Linux build.
      ---Win32      // optional subdirectories
      ---Win64      // optional subdirectories
      ---Linux      // optional subdirectories

We wanna use Github for collaboration.
We have 4 developers one of them (me) using Archlinux, others using Windows as their OS. I'll use Eclipse C/C++ for IDE and they'll use Visual Studio.

How can we setup build environment for working on same repository from different ide's and os? I tried Cmake but couldn't make it. I'm not good at it's script language. So can anyone help me with making this build structure? Or is it possible?

Pages: [1]
anything