Skip to content

building on macOS #1

@bucanero

Description

@bucanero

not really an issue, but I wanted to share how to build your Borderland tools on macOS:

  • install protobuf-c:
    brew install protobuf-c
  • modify the Makefile:
    # Link flags. 
    LDFLAGS = -lprotobuf-c -L/usr/local/lib -L/usr/lib -L/opt/homebrew/opt/protobuf-c/lib
    CFLAGS = -I. -O0 -I/opt/homebrew/opt/protobuf-c/include
    
  • build with make

thanks for sharing your tools 👍
once I fully understand the save structure and your code, I'll try to add the PS4 save decryption to my ps4 homebrew save manager Apollo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions