Skip to content

Commit

Permalink
remove automake build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjipeng committed Jul 4, 2024
1 parent 7ab6d7c commit b0c9f43
Show file tree
Hide file tree
Showing 35 changed files with 65 additions and 856 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Picasso - Version 2.5
Picasso - Version 2.8
A high quality vector graphic rendering library
Copyright (C) 2008 ~ 2023 Zhang Ji Peng ([email protected])
Copyright (C) 2008 ~ 2024 Zhang Ji Peng ([email protected])
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set(BUILD_SHARED_LIBS ON) # build shared library, OFF for static

set(PROJECT_ROOT ${CMAKE_CURRENT_LIST_DIR})

set(VERSION_INFO 2.8.0)

if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build Type" FORCE)
endif()
Expand All @@ -15,6 +17,7 @@ include (${CMAKE_CURRENT_LIST_DIR}/build/defines.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/third_party/third_party.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/src/src.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/ext/ext.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/include/include.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/test/test.cmake)
include (${CMAKE_CURRENT_LIST_DIR}/demos/demos.cmake)

1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

2013-02-12: Version 2.0.0
Update code version 2.0.0 alpha.
Change to BSD license.

2014-07-16: Version 2.0.1
Fix font glyph advance_x bug.
Expand Down
2 changes: 1 addition & 1 deletion COPYING → LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Zhang Ji Peng <[email protected]>
Copyright (c) 2024, Zhang Ji Peng <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
9 changes: 0 additions & 9 deletions Makefile.am

This file was deleted.

Empty file removed NEWS
Empty file.
20 changes: 4 additions & 16 deletions README
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
HOW TO BUILD:
------------------------------------
linux:

1. automake & autoconf
./autogen.sh
./configure
make
sudo make install;


2. gyp build
1. Install cmake above v3.16 on your system
2. Build project
./build_linux.sh
cd proj
make


------------------------------------
windows:

1. Install Active Python 2.7 on your windows system and register path environment variables.

1. Install cmake above v3.16 on your windows system and register path environment variables.
2. Build project
./build_windows.bat
cd vcproj
cd proj
<open "picasso.sln" with visual studio>


-------------------------------------
macosx:

1. Install python 2.7 on your shell environment.

2. Build project
./build_macosx.sh
cd proj
Expand Down
10 changes: 0 additions & 10 deletions autogen.sh

This file was deleted.

30 changes: 0 additions & 30 deletions clean_code.sh

This file was deleted.

Loading

0 comments on commit b0c9f43

Please sign in to comment.