Giter Club home page Giter Club logo

Comments (4)

ZenSepiol avatar ZenSepiol commented on June 15, 2024

Hi,
I have never tried it myself on WSL but as far as I know it should work. Maybe WSL is running the old docker compose. In that case, the command is named differently with an additional dash, docker-compose instead of docker compose.
Or you need to install docker compose (it's a different tool additional to docker) on your WSL.

from dear-imgui-app-framework.

divital-coder avatar divital-coder commented on June 15, 2024

I don't think i have docker installed on my wsl, but now i have downloaded ubuntu, and am running ubuntu on dual boot with windows 10, just wanted to know now , how to build the docker image from here? If you know that , please help

from dear-imgui-app-framework.

ZenSepiol avatar ZenSepiol commented on June 15, 2024

If you run Ubuntu in your VM the following steps should be enough to use the docker:

# Install docker
sudo snap install docker

# Prepare the image
sudo docker compose build

# Setup the build directory
sudo docker compose run console meson setup builddir /code --native-file=native.build

# Compile the application
sudo docker compose run console ninja -C builddir

# Run the application
sudo docker compose run gui builddir/app

# Run tests
sudo docker compose run console ninja -C builddir test

from dear-imgui-app-framework.

divital-coder avatar divital-coder commented on June 15, 2024

Thank you sdo much @ZenSepiol for reverting back, i got it working on the day of raising this issue , sort of forgot to check notifications on github. But nevertheless , thanks for the response, much appreciated.

from dear-imgui-app-framework.

Related Issues (5)

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.