Загрузка...

Who will help open the program?

Thread in C/C++ created by modusmaximus Feb 3, 2023. 220 views

  1. modusmaximus
    modusmaximus Topic starter Feb 3, 2023 85 Jan 11, 2021
    Не понимаю как открывать программу, для неё нужен fltk, его поставил, поставил vs 2019. Но не понимаю что нужно комплировать
    Есть эти файлы
    [IMG]
    И инструкция
    L E N T I L S
    ===============
    Thanks for downloading 'Lentils'. Version 0.3 is
    a really simple shot at interlaving six images into
    one image. When putting a lenticular lens sheet over
    the image, the original pictures are seperated out
    again by the lenses, depending on the viewing angle.
    Lentils can be compiled on Linux, MSWindows and OS X.
    These are the build instructions using fltk's supplied
    Makefile system. On Linux and OS X, use the shell to
    build. On MSWindows, you may use 'cygwin'. If you use
    VisualC or other IDE's, you are on your own.
    1: download the user interface library 'fltk' from
    www.fltk.org. Click on 'Software', choose version
    1.1 and download from any server
    2: open a shell, unpack fltk and change into the fltk
    directory
    3: run 'autoconf'
    4: run './configure', make sure that fltk finds the
    supplied jpeg and png image libraries
    5: since we will modify fltk, we will avoid installing
    fltk and instead build inside the test directory
    6: copy the suppiled makefile into 'fltk/test'
    7: copy all 'lentils...' files into 'fltk/test'
    8: copy all 'Fl_..._Image' files into 'fltk/src'
    9: type 'make', this should build the fltk library,
    the 'fluid' ui tool, then generate 'lentils_ui.cxx'
    and 'lentils_ui.h', and finally compile 'lentils'
    This version of the Lentils source code is licensed
    under GPL 'Gnu Public License'.
    Have fun!
    Matthias.
    Вроде всё сделал, но в 9 пункте не понимаю где взять файл для компиляции, кто поможет запустить накину от 300р куда угодно
     
  2. msavelli
    msavelli Feb 4, 2023 23 Feb 3, 2023
    Для компиляции достаточно ввести make. Посмотри как это делать через винду.
     
    1. View previous comments (7)
    2. msavelli
      modusmaximus, Ппопробуй загуглить ошибку. В случае чего просто через VB запусти.
    3. modusmaximus Topic starter
      msavelli, для vb моих 8озу не хватит, я думаю, но спасибо)
    4. msavelli
      modusmaximus, 4 оперативы на линуху с головой)
  3. HeHada
    HeHada Feb 18, 2023 Banned 0 Feb 13, 2023
    Там же всеголишь заголовочный файл. И скомпиленная эксешка.
     
Loading...
Top