Giter VIP home page Giter VIP logo

Comments (11)

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

In the src/platform.h file the linux platform is not set at all. Moreover, the ffmpeg, python,... dependencies are in the repo for Windows. For Linux, the best is to use the package system and the cmake file has to be changed to do that.

from imogen.

unfa avatar unfa commented on July 4, 2024

I see. Is there a way to build anything for Linux so far?

from imogen.

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

Not easily, I'm afraid. Once the cmake file is tweaked to use python and libtcc is should not be too hard.

from imogen.

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

I managed to build on Ubuntu and get something running. Get 0.14 branch to test it

from imogen.

axredneck avatar axredneck commented on July 4, 2024
In file included from /home/redneck/programs/Imogen/src/Bitmap.cpp:26:
/home/redneck/programs/Imogen/src/Platform.h:101:10: fatal error: SDL.h: No such file or directory
  101 | #include <SDL.h>

Arch Linux
Shouldn't it be #include <SDL2/SDL.h> ?

from imogen.

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

Do you have SDL2 package installed?

from imogen.

axredneck avatar axredneck commented on July 4, 2024

Yes, i have, and i have SDL.h in /usr/include/SDL2. I also have SDL.h in /usr/include/SDL which is SDL 1.x

from imogen.

axredneck avatar axredneck commented on July 4, 2024

p.s.
#31 (comment)

from imogen.

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

Should be better now

from imogen.

axredneck avatar axredneck commented on July 4, 2024
/home/redneck/programs/Imogen/ext/imgui_impl_sdl.cpp:50:10: fatal error: SDL.h: No such file or directory
   50 | #include <SDL.h>

from imogen.

CedricGuillemet avatar CedricGuillemet commented on July 4, 2024

I pushed some commits so it's be possible to compile Imogen with emscripten by cmake/emcmake. Not running yet due to nodes being translated from C to JS

from imogen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.