Coder Social home page Coder Social logo

Files created in-source about notes-up HOT 7 CLOSED

philip-scott avatar philip-scott commented on August 16, 2024
Files created in-source

from notes-up.

Comments (7)

Philip-Scott avatar Philip-Scott commented on August 16, 2024

Yeah, i agree that the deps/discount files is messy. I'm no expert with CMake but i'll see what i can do about it :)
The config.vala appears on the rest of the elementary projects though, so maybe that works as intended (?)

from notes-up.

demonpig avatar demonpig commented on August 16, 2024

I think this has been solved via the recent merge of the .gitignore list.

Simply:

mkdir build && cd build

cmake ..

make

from notes-up.

Philip-Scott avatar Philip-Scott commented on August 16, 2024

Mmm not really, It's still adding files on deps/discount. The expected behaviour is that everything gets added inside of build. But it was a good middle step :)

from notes-up.

demonpig avatar demonpig commented on August 16, 2024

I am working on configuring CMake to download discount directly from the source. The version of discount being downloaded will not change. So version 2.2.0 will be downloaded. Once the download finished, CMake will then compile discount from there.

Right now I have it working on my machine but am going to test a build on Loki VM after work.

from notes-up.

demonpig avatar demonpig commented on August 16, 2024

@Philip-Scott Do you think its wise to have CMake download discount from Github or should CMake use git-submodules? I am conflicted between both options. I am not too familiar with git-submodules but I can learn more about them.

from notes-up.

Philip-Scott avatar Philip-Scott commented on August 16, 2024

If i understand submodules correctly, i think using them might be safer since i could at least make sure that the release is working properly with the module i'm targeting instead of having it download automatically (and potentially breaking)

from notes-up.

demonpig avatar demonpig commented on August 16, 2024

OK. I am going to explore using that instead of downloading. I was having second thoughts about downloading the library as there was no sha256 checksum provided with the download. People would have to trust that the library was not modified.

from notes-up.

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.