Coder Social home page Coder Social logo

baxink / treesheets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aardappel/treesheets

0.0 1.0 0.0 3.43 MB

TreeSheets : Free Form Data Organizer (see treesheets.com)

License: zlib License

CMake 0.10% HTML 3.77% Batchfile 0.09% NSIS 0.18% C++ 87.87% C 6.74% Objective-C 1.15% Makefile 0.10%

treesheets's Introduction

Welcome to the source distribution of TreeSheets!

This contains all the files needed to build TreeSheets for various platforms. If instead you just want to USE TreeSheets, you may be better off with the binaries available on http://strlen.com/treesheets/

TreeSheets has been licensed under the ZLIB license (see ZLIB_LICENSE.txt).

Build Status

src contains all source code. The code is dense, terse, and with few comments, typical for a codebase that was never intended to be used by more than one person (me). On the positive side, you'll find the code very small and simple, with all functionality easy to find and only in one place (no copy pasting or over-engineering). Enjoy.

TS is the folder that contains all user-facing files, typically the build process results in an executable to be put in the root of this folder, and distributing to users is then a matter of giving them this folder.

TODO.txt is the random notes I kept on ideas of myself and others on what future features could be added.

Building:

Note that YOU are responsible to know how to use compilers and C++, the hints below are all the help I will give you:

All Platforms:

Windows:

  • Make sure your wxWidgets folder sits parallel to the src folder, that way the TreeSheets project will pick it up without further modifications
  • (If from git): Copy include\wx\msw\setup0.h to include\wx\msw\setup.h
  • Inside wxWidgets/build/msw, open wx_vc14.sln with Visual Studio 2017.
  • Select all projects in the solution explorer, and go to properties:
    • Set configuration to debug, and C/C++ -> Code Generation -> Runtime library to Multithreaded Debug
    • Set configuration to release, and C/C++ -> Code Generation -> Runtime library to Multithreaded
  • Build solution in both Debug and Release (if fails, may have to build again)
  • Close the wxWidgets solution
  • "treesheets" contains the Visual Studio 2015 files for treesheets, open the .sln. If you've done the above correctly, TreeSheets will now compile and pick up the wxWidgets libraries.
  • To distribute, build an installer with TS_installer.nsi (requires nsis.sourceforge.net)

Linux:

  • Using the version of wxWidgets from https://github.com/wxWidgets/wxWidgets.git
    • There is no --enable-unicode, unicode is the default and can only be disabled
    • There is no --enable-optimization in the configure options
    • The only option as per the original README.md is now --disabled-shared
  • in the src folder make -j8 should now compile treesheets without errors, and place the exe in the TS folder.
  • make dist-release to tgz this folder (to the parent dir) to distribute.

OSX:

  • Build wxWidgets as follows (inside the wxWidgets dir):
    • mkdir build_osx
    • cd build_osx
    • ../configure --enable-unicode --enable-optimize=-O2 --disable-shared --without-libtiff --with-osx_cocoa CXXFLAGS="-stdlib=libc++" LDFLAGS="-stdlib=libc++" OBJCXXFLAGS="-stdlib=libc++" --with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --with-macosx-version-min=10.7 --disable-mediactrl CC=clang CXX=clang++
    • make -j8
    • sudo make install
  • use the XCode project in osx/TreeSheets to build treesheets. put the resulting .app together with the files from the TS folder in osx/TreeSheetsBeta to distribute. Note to use the "Archive" operation to create a release executable.

Contributing:

I welcome contributions, especially in the form of neatly prepared pull requests. The main thing to keep in mind when contributing is to keep as close as you can to both the format and the spirit of the existing code, even if it goes against the grain of how you program normally. That means not only using the same formatting and naming conventions (which should be easy), but the same non-redundant style of code (no under-engineering, e.g. copy pasting, and no over engineering, e.g. needless abstractions).

Also be economic in terms of features: treesheets tries to accomplish a lot with few features, additional user interface elements (even menu items) have a cost, and features that are only useful for very few people should probably not be in the master branch. Needless to say, performance is important too. When in doubt, ask me :)

Try to keep your pull requests small (don't bundle unrelated changes) and make sure you've done extensive testing before you submit, preferrably on multiple platforms.

treesheets's People

Contributors

aardappel avatar mason-bially avatar achea avatar infinity0 avatar vo1stv avatar prurigro avatar spinda avatar senderghost avatar ngirard avatar arizvisa avatar sujo avatar lfourrier avatar danielchesters avatar owencook avatar albanobattistella avatar skaniol avatar

Watchers

James Cloos avatar

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.